#ACDCCF

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

Shades of Scandal #ACDCCF

Tints of Scandal #ACDCCF

Color information

#ACDCCF (or 0xACDCCF) is unknown color: approx Scandal. HEX triplet: AC, DC and CF. RGB value is (172,220,207). Sum of RGB (Red+Green+Blue) = 172+220+207=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCCF is #532330. Grayscale: #CCCCCC. Windows color (decimal): -5448497 or 13622444. OLE color: 13622444.

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

Color convert

RGB172220207-
CMYK0.2200.060.14
HSL163.75º40.68%76.86%-
HSV(B)163.75º21.82%86.27%-
XYZ53.8764.4668.63-
YUV204.17129.6105.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.71%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=28.71%
G=36.73%
B=34.56%

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
Decimal1722202070.2200.060.14163.7540.6876.86
HexACDCCF1606Ea4294d
Octal25433431726061624451115
Binary1010110011011100110011111011001101110101001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCCF; }

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

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

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

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

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

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

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

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