#ADD4CE

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

Shades of Scandal #ADD4CE

Tints of Scandal #ADD4CE

Color information

#ADD4CE (or 0xADD4CE) is unknown color: approx Scandal. HEX triplet: AD, D4 and CE. RGB value is (173,212,206). Sum of RGB (Red+Green+Blue) = 173+212+206=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4CE is #522B31. Grayscale: #C7C7C7. Windows color (decimal): -5385010 or 13554861. OLE color: 13554861.

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

Color convert

RGB173212206-
CMYK0.1800.030.17
HSL170.77º31.2%75.49%-
HSV(B)170.77º18.4%83.14%-
XYZ51.9260.4367.32-
YUV199.66131.58108.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=29.27%
G=35.87%
B=34.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732122060.1800.030.17170.7731.275.49
HexADD4CE120311ab1f4b
Octal25532431622032125337113
Binary101011011101010011001110100100111000110101011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4CE; }

 p { color: rgb(173,212,206); }

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

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

 a { background-color: rgb(173,212,206); }

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

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

 span { border-color: rgb(173,212,206); }

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