#ACDCD3

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

Shades of Scandal #ACDCD3

Tints of Scandal #ACDCD3

Color information

#ACDCD3 (or 0xACDCD3) is unknown color: approx Scandal. HEX triplet: AC, DC and D3. RGB value is (172,220,211). Sum of RGB (Red+Green+Blue) = 172+220+211=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCD3 is #53232C. Grayscale: #CCCCCC. Windows color (decimal): -5448493 or 13884588. OLE color: 13884588.

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

Color convert

RGB172220211-
CMYK0.2200.040.14
HSL168.75º40.68%76.86%-
HSV(B)168.75º21.82%86.27%-
XYZ54.3664.6671.24-
YUV204.62131.6104.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=28.52%
G=36.48%
B=34.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722202110.2200.040.14168.7540.6876.86
HexACDCD31604Ea9294d
Octal25433432326041625151115
Binary1010110011011100110100111011001001110101010011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCD3; }

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

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

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

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

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

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

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

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