#ACDDD9

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

Shades of Scandal #ACDDD9

Tints of Scandal #ACDDD9

Color information

#ACDDD9 (or 0xACDDD9) is unknown color: approx Scandal. HEX triplet: AC, DD and D9. RGB value is (172,221,217). Sum of RGB (Red+Green+Blue) = 172+221+217=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDD9 is #532226. Grayscale: #CDCDCD. Windows color (decimal): -5448231 or 14278060. OLE color: 14278060.

HSL color Cylindrical-coordinate representation of color #ACDDD9: hue angle of 175.1º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDD9 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB172221217-
CMYK0.2200.020.13
HSL175.1º41.88%77.06%-
HSV(B)175.1º22.17%86.67%-
XYZ55.3965.4975.37-
YUV205.89134.27103.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.20%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 217 (85.16% from 255) = 35.57%
R=28.20%
G=36.23%
B=35.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212170.2200.020.13175.141.8877.06
HexACDDD91602Daf2a4d
Octal25433533126021525752115
Binary101011001101110111011001101100101101101011111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDD9; }

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

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

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

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

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

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

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

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