#ACDDD7

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

Shades of Scandal #ACDDD7

Tints of Scandal #ACDDD7

Color information

#ACDDD7 (or 0xACDDD7) is unknown color: approx Scandal. HEX triplet: AC, DD and D7. RGB value is (172,221,215). Sum of RGB (Red+Green+Blue) = 172+221+215=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDD7 is #532228. Grayscale: #CDCDCD. Windows color (decimal): -5448233 or 14146988. OLE color: 14146988.

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

Color convert

RGB172221215-
CMYK0.2200.030.13
HSL172.65º41.88%77.06%-
HSV(B)172.65º22.17%86.67%-
XYZ55.1465.3974.01-
YUV205.66133.27103.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.29%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 215 (84.38% from 255) = 35.36%
R=28.29%
G=36.35%
B=35.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212150.2200.030.13172.6541.8877.06
HexACDDD71603Dad2a4d
Octal25433532726031525552115
Binary101011001101110111010111101100111101101011011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDD7; }

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

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

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

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

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

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

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

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