#ADD0C7

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

Shades of Scandal #ADD0C7

Tints of Scandal #ADD0C7

Color information

#ADD0C7 (or 0xADD0C7) is unknown color: approx Scandal. HEX triplet: AD, D0 and C7. RGB value is (173,208,199). Sum of RGB (Red+Green+Blue) = 173+208+199=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0C7 is #522F38. Grayscale: #C4C4C4. Windows color (decimal): -5386041 or 13095085. OLE color: 13095085.

HSL color Cylindrical-coordinate representation of color #ADD0C7: hue angle of 164.57º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD0C7 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB173208199-
CMYK0.1700.040.18
HSL164.57º27.13%74.71%-
HSV(B)164.57º16.83%81.57%-
XYZ50.158.1262.61-
YUV196.51129.4111.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 208 (81.64% from 255) = 35.86%
BLUE value IS 199 (78.12% from 255) = 34.31%
R=29.83%
G=35.86%
B=34.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081990.1700.040.18164.5727.1374.71
HexADD0C7110412a51b4b
Octal25532030721042224533113
Binary1010110111010000110001111000101001001010100101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0C7; }

 p { color: rgb(173,208,199); }

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

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

 a { background-color: rgb(173,208,199); }

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

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

 span { border-color: rgb(173,208,199); }

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