#ADDED8

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

Shades of Scandal #ADDED8

Tints of Scandal #ADDED8

Color information

#ADDED8 (or 0xADDED8) is unknown color: approx Scandal. HEX triplet: AD, DE and D8. RGB value is (173,222,216). Sum of RGB (Red+Green+Blue) = 173+222+216=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED8 is #522127. Grayscale: #CECECE. Windows color (decimal): -5382440 or 14212781. OLE color: 14212781.

HSL color Cylindrical-coordinate representation of color #ADDED8: hue angle of 172.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDED8 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB173222216-
CMYK0.2200.030.13
HSL172.65º42.61%77.45%-
HSV(B)172.65º22.07%87.06%-
XYZ55.7566.0874.78-
YUV206.66133.27103.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=28.31%
G=36.33%
B=35.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732222160.2200.030.13172.6542.6177.45
HexADDED81603Dad2b4d
Octal25533633026031525553115
Binary101011011101111011011000101100111101101011011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDED8; }

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

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

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

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

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

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

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

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