#ACDDD3

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

Shades of Scandal #ACDDD3

Tints of Scandal #ACDDD3

Color information

#ACDDD3 (or 0xACDDD3) is unknown color: approx Scandal. HEX triplet: AC, DD and D3. RGB value is (172,221,211). Sum of RGB (Red+Green+Blue) = 172+221+211=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDD3 is #53222C. Grayscale: #CDCDCD. Windows color (decimal): -5448237 or 13884844. OLE color: 13884844.

HSL color Cylindrical-coordinate representation of color #ACDDD3: hue angle of 167.76º 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 #ACDDD3 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB172221211-
CMYK0.2200.050.13
HSL167.76º41.88%77.06%-
HSV(B)167.76º22.17%86.67%-
XYZ54.6365.1971.33-
YUV205.21131.27104.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 211 (82.81% from 255) = 34.93%
R=28.48%
G=36.59%
B=34.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212110.2200.050.13167.7641.8877.06
HexACDDD31605Da82a4d
Octal25433532326051525052115
Binary1010110011011101110100111011001011101101010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDD3; }

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

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

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

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

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

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

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

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