#ADDED4

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

Shades of Scandal #ADDED4

Tints of Scandal #ADDED4

Color information

#ADDED4 (or 0xADDED4) is unknown color: approx Scandal. HEX triplet: AD, DE and D4. RGB value is (173,222,212). Sum of RGB (Red+Green+Blue) = 173+222+212=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED4 is #52212B. Grayscale: #CECECE. Windows color (decimal): -5382444 or 13950637. OLE color: 13950637.

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

Color convert

RGB173222212-
CMYK0.2200.050.13
HSL167.76º42.61%77.45%-
HSV(B)167.76º22.07%87.06%-
XYZ55.2465.8872.09-
YUV206.21131.27104.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 212 (83.20% from 255) = 34.93%
R=28.50%
G=36.57%
B=34.93%

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
Decimal1732222120.2200.050.13167.7642.6177.45
HexADDED41605Da82b4d
Octal25533632426051525053115
Binary1010110111011110110101001011001011101101010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDED4; }

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

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

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

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

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

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

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

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