#ADDCD8

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

Shades of Scandal #ADDCD8

Tints of Scandal #ADDCD8

Color information

#ADDCD8 (or 0xADDCD8) is unknown color: approx Scandal. HEX triplet: AD, DC and D8. RGB value is (173,220,216). Sum of RGB (Red+Green+Blue) = 173+220+216=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD8 is #522327. Grayscale: #CDCDCD. Windows color (decimal): -5382952 or 14212269. OLE color: 14212269.

HSL color Cylindrical-coordinate representation of color #ADDCD8: hue angle of 174.89º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDCD8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB173220216-
CMYK0.2100.020.14
HSL174.89º40.17%77.06%-
HSV(B)174.89º21.36%86.27%-
XYZ55.2265.0374.61-
YUV205.49133.93104.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.41%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 216 (84.77% from 255) = 35.47%
R=28.41%
G=36.12%
B=35.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732202160.2100.020.14174.8940.1777.06
HexADDCD81502Eaf284d
Octal25533433025021625750115
Binary101011011101110011011000101010101110101011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCD8; }

 p { color: rgb(173,220,216); }

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

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

 a { background-color: rgb(173,220,216); }

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

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

 span { border-color: rgb(173,220,216); }

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