#A4DCCD

Color #A4DCCD Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #A4DCCD

Tints of Scandal #A4DCCD

Color information

#A4DCCD (or 0xA4DCCD) is unknown color: approx Scandal. HEX triplet: A4, DC and CD. RGB value is (164,220,205). Sum of RGB (Red+Green+Blue) = 164+220+205=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCCD is #5B2332. Grayscale: #C9C9C9. Windows color (decimal): -5972787 or 13491364. OLE color: 13491364.

HSL color Cylindrical-coordinate representation of color #A4DCCD: hue angle of 163.93º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DCCD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB164220205-
CMYK0.2500.070.14
HSL163.93º44.44%75.29%-
HSV(B)163.93º25.45%86.27%-
XYZ51.9263.4967.28-
YUV201.55129.95101.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 27.84%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=27.84%
G=37.35%
B=34.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642202050.2500.070.14163.9344.4475.29
HexA4DCCD1907Ea42c4b
Octal24433431531071624454113
Binary1010010011011100110011011100101111110101001001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DCCD; }

 p { color: rgb(164,220,205); }

 H1.HeaderClassName
 {
   color: #A4DCCD;
 }
 .AnyTagClassName
 {
   color: #A4DCCD;
 }
</style>
background-color css

<style>
 a { background-color: #A4DCCD; }

 a { background-color: rgb(164,220,205); }

 div.DivClassName
 {
   background-color: #A4DCCD;
 }
 .BgClassName
 {
   background-color: #A4DCCD;
 }
</style>
border-color css

<style>
 span { border-color: #A4DCCD; }

 span { border-color: rgb(164,220,205); }

 td.TdClassName
 {
   border-color: #A4DCCD;
 }
 .TagClassName
 {
   border-color: #A4DCCD;
 }
</style>