#ADDEDA

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

Shades of Scandal #ADDEDA

Tints of Scandal #ADDEDA

Color information

#ADDEDA (or 0xADDEDA) is unknown color: approx Scandal. HEX triplet: AD, DE and DA. RGB value is (173,222,218). Sum of RGB (Red+Green+Blue) = 173+222+218=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEDA is #522125. Grayscale: #CECECE. Windows color (decimal): -5382438 or 14343853. OLE color: 14343853.

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

Color convert

RGB173222218-
CMYK0.2200.020.13
HSL175.1º42.61%77.45%-
HSV(B)175.1º22.07%87.06%-
XYZ56.0166.1976.15-
YUV206.89134.27103.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.22%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=28.22%
G=36.22%
B=35.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732222180.2200.020.13175.142.6177.45
HexADDEDA1602Daf2b4d
Octal25533633226021525753115
Binary101011011101111011011010101100101101101011111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEDA; }

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

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

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

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

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

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

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

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