#ADDED5

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

Shades of Scandal #ADDED5

Tints of Scandal #ADDED5

Color information

#ADDED5 (or 0xADDED5) is unknown color: approx Scandal. HEX triplet: AD, DE and D5. RGB value is (173,222,213). Sum of RGB (Red+Green+Blue) = 173+222+213=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED5 is #52212A. Grayscale: #CECECE. Windows color (decimal): -5382443 or 14016173. OLE color: 14016173.

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

Color convert

RGB173222213-
CMYK0.2200.040.13
HSL168.98º42.61%77.45%-
HSV(B)168.98º22.07%87.06%-
XYZ55.3765.9372.76-
YUV206.32131.77104.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=28.45%
G=36.51%
B=35.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732222130.2200.040.13168.9842.6177.45
HexADDED51604Da92b4d
Octal25533632526041525153115
Binary1010110111011110110101011011001001101101010011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDED5; }

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

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

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

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

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

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

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

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