#ACDCD1

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

Shades of Scandal #ACDCD1

Tints of Scandal #ACDCD1

Color information

#ACDCD1 (or 0xACDCD1) is unknown color: approx Scandal. HEX triplet: AC, DC and D1. RGB value is (172,220,209). Sum of RGB (Red+Green+Blue) = 172+220+209=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCD1 is #53232E. Grayscale: #CCCCCC. Windows color (decimal): -5448495 or 13753516. OLE color: 13753516.

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

Color convert

RGB172220209-
CMYK0.2200.050.14
HSL166.25º40.68%76.86%-
HSV(B)166.25º21.82%86.27%-
XYZ54.1264.5669.93-
YUV204.39130.6104.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=28.62%
G=36.61%
B=34.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722202090.2200.050.14166.2540.6876.86
HexACDCD11605Ea6294d
Octal25433432126051624651115
Binary1010110011011100110100011011001011110101001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCD1; }

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

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

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

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

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

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

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

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