#ADDAD7

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

Shades of Scandal #ADDAD7

Tints of Scandal #ADDAD7

Color information

#ADDAD7 (or 0xADDAD7) is unknown color: approx Scandal. HEX triplet: AD, DA and D7. RGB value is (173,218,215). Sum of RGB (Red+Green+Blue) = 173+218+215=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAD7 is #522528. Grayscale: #CCCCCC. Windows color (decimal): -5383465 or 14146221. OLE color: 14146221.

HSL color Cylindrical-coordinate representation of color #ADDAD7: hue angle of 176º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAD7 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB173218215-
CMYK0.2100.010.15
HSL176º37.82%76.67%-
HSV(B)176º20.64%85.49%-
XYZ54.5763.9373.75-
YUV204.2134.09105.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.55%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 215 (84.38% from 255) = 35.48%
R=28.55%
G=35.97%
B=35.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732182150.2100.010.1517637.8276.67
HexADDAD71501Fb0264d
Octal25533232725011726046115
Binary10101101110110101101011110101011111101100001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAD7; }

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

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

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

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

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

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

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

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