#ACDCCD

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

Shades of Scandal #ACDCCD

Tints of Scandal #ACDCCD

Color information

#ACDCCD (or 0xACDCCD) is unknown color: approx Scandal. HEX triplet: AC, DC and CD. RGB value is (172,220,205). Sum of RGB (Red+Green+Blue) = 172+220+205=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCCD is #532332. Grayscale: #CBCBCB. Windows color (decimal): -5448499 or 13491372. OLE color: 13491372.

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

Color convert

RGB172220205-
CMYK0.2200.070.14
HSL161.25º40.68%76.86%-
HSV(B)161.25º21.82%86.27%-
XYZ53.6364.3667.35-
YUV203.94128.6105.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=28.81%
G=36.85%
B=34.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722202050.2200.070.14161.2540.6876.86
HexACDCCD1607Ea1294d
Octal25433431526071624151115
Binary1010110011011100110011011011001111110101000011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCCD; }

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

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

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

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

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

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

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

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