#ACDCCE

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

Shades of Scandal #ACDCCE

Tints of Scandal #ACDCCE

Color information

#ACDCCE (or 0xACDCCE) is unknown color: approx Scandal. HEX triplet: AC, DC and CE. RGB value is (172,220,206). Sum of RGB (Red+Green+Blue) = 172+220+206=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCCE is #532331. Grayscale: #CCCCCC. Windows color (decimal): -5448498 or 13556908. OLE color: 13556908.

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

Color convert

RGB172220206-
CMYK0.2200.060.14
HSL162.5º40.68%76.86%-
HSV(B)162.5º21.82%86.27%-
XYZ53.7564.4167.99-
YUV204.05129.1105.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=28.76%
G=36.79%
B=34.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722202060.2200.060.14162.540.6876.86
HexACDCCE1606Ea2294d
Octal25433431626061624251115
Binary1010110011011100110011101011001101110101000101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCCE; }

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

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

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

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

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

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

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

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