#ADDED3

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

Shades of Scandal #ADDED3

Tints of Scandal #ADDED3

Color information

#ADDED3 (or 0xADDED3) is unknown color: approx Scandal. HEX triplet: AD, DE and D3. RGB value is (173,222,211). Sum of RGB (Red+Green+Blue) = 173+222+211=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED3 is #52212C. Grayscale: #CECECE. Windows color (decimal): -5382445 or 13885101. OLE color: 13885101.

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

Color convert

RGB173222211-
CMYK0.2200.050.13
HSL166.53º42.61%77.45%-
HSV(B)166.53º22.07%87.06%-
XYZ55.1165.8371.43-
YUV206.1130.77104.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.55%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 211 (82.81% from 255) = 34.82%
R=28.55%
G=36.63%
B=34.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732222110.2200.050.13166.5342.6177.45
HexADDED31605Da72b4d
Octal25533632326051524753115
Binary1010110111011110110100111011001011101101001111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDED3; }

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

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

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

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

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

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

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

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