#ADDDD7

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

Shades of Scandal #ADDDD7

Tints of Scandal #ADDDD7

Color information

#ADDDD7 (or 0xADDDD7) is unknown color: approx Scandal. HEX triplet: AD, DD and D7. RGB value is (173,221,215). Sum of RGB (Red+Green+Blue) = 173+221+215=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDD7 is #522228. Grayscale: #CDCDCD. Windows color (decimal): -5382697 or 14146989. OLE color: 14146989.

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

Color convert

RGB173221215-
CMYK0.2200.030.13
HSL172.5º41.38%77.25%-
HSV(B)172.5º21.72%86.67%-
XYZ55.3665.574.02-
YUV205.96133.1104.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.41%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 215 (84.38% from 255) = 35.30%
R=28.41%
G=36.29%
B=35.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732212150.2200.030.13172.541.3877.25
HexADDDD71603Dac294d
Octal25533532726031525451115
Binary101011011101110111010111101100111101101011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDD7; }

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

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

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

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

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

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

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

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