#ACDDD6

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

Shades of Scandal #ACDDD6

Tints of Scandal #ACDDD6

Color information

#ACDDD6 (or 0xACDDD6) is unknown color: approx Scandal. HEX triplet: AC, DD and D6. RGB value is (172,221,214). Sum of RGB (Red+Green+Blue) = 172+221+214=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDD6 is #532229. Grayscale: #CDCDCD. Windows color (decimal): -5448234 or 14081452. OLE color: 14081452.

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

Color convert

RGB172221214-
CMYK0.2200.030.13
HSL171.43º41.88%77.06%-
HSV(B)171.43º22.17%86.67%-
XYZ55.0165.3473.33-
YUV205.55132.77104.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=28.34%
G=36.41%
B=35.26%

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
Decimal1722212140.2200.030.13171.4341.8877.06
HexACDDD61603Dab2a4d
Octal25433532626031525352115
Binary101011001101110111010110101100111101101010111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDD6; }

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

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

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

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

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

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

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

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