#ACDCD9

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

Shades of Scandal #ACDCD9

Tints of Scandal #ACDCD9

Color information

#ACDCD9 (or 0xACDCD9) is unknown color: approx Scandal. HEX triplet: AC, DC and D9. RGB value is (172,220,217). Sum of RGB (Red+Green+Blue) = 172+220+217=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCD9 is #532326. Grayscale: #CDCDCD. Windows color (decimal): -5448487 or 14277804. OLE color: 14277804.

HSL color Cylindrical-coordinate representation of color #ACDCD9: hue angle of 176.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCD9 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB172220217-
CMYK0.2200.010.14
HSL176.25º40.68%76.86%-
HSV(B)176.25º21.82%86.27%-
XYZ55.1364.9775.28-
YUV205.31134.6104.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 217 (85.16% from 255) = 35.63%
R=28.24%
G=36.12%
B=35.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722202170.2200.010.14176.2540.6876.86
HexACDCD91601Eb0294d
Octal25433433126011626051115
Binary10101100110111001101100110110011110101100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCD9; }

 p { color: rgb(172,220,217); }

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

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

 a { background-color: rgb(172,220,217); }

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

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

 span { border-color: rgb(172,220,217); }

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