#ADDDD1

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

Shades of Scandal #ADDDD1

Tints of Scandal #ADDDD1

Color information

#ADDDD1 (or 0xADDDD1) is unknown color: approx Scandal. HEX triplet: AD, DD and D1. RGB value is (173,221,209). Sum of RGB (Red+Green+Blue) = 173+221+209=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDD1 is #52222E. Grayscale: #CDCDCD. Windows color (decimal): -5382703 or 13753773. OLE color: 13753773.

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

Color convert

RGB173221209-
CMYK0.2200.050.13
HSL165º41.38%77.25%-
HSV(B)165º21.72%86.67%-
XYZ54.665.270.03-
YUV205.28130.1104.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.69%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=28.69%
G=36.65%
B=34.66%

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
Decimal1732212090.2200.050.1316541.3877.25
HexADDDD11605Da5294d
Octal25533532126051524551115
Binary1010110111011101110100011011001011101101001011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDD1; }

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

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

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

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

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

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

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

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