Shades of Scandal #ADD7D1
Tints of Scandal #ADD7D1
RGB
CMYK
RGB Variations
Color information
#ADD7D1 (or 0xADD7D1) is known color: Scandal. HEX triplet: AD, D7 and D1. RGB value is (173,215,209). Sum of RGB (Red+Green+Blue) = 173+215+209=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7D1 is #52282E. Grayscale: #C9C9C9. Windows color (decimal): -5384239 or 13752237. OLE color: 13752237.
HSL color Cylindrical-coordinate representation of color #ADD7D1: hue angle of 171.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7D1 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 209 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.16 |
| HSL | 171.43º | 0.34% | 0.76% | - |
| HSV(B) | 171.43º | 0.2% | 0.84% | - |
| XYZ | 53.04 | 62.09 | 69.51 | - |
| YUV | 201.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 209 | 0.20 | 0 | 0.03 | 0.16 | 171.43 | 0.34 | 0.76 |
| Hex | AD | D7 | D1 | 14 | 0 | 3 | 10 | AB | 22 | 4C |
| Octal | 255 | 327 | 321 | 24 | 0 | 3 | 20 | 253 | 42 | 114 |
| Binary | 10101101 | 11010111 | 11010001 | 10100 | 0 | 11 | 10000 | 10101011 | 100010 | 1001100 |
Color Harmonies of #ADD7D1
Complementary color
Monochromatic Colors of #ADD7D1
Black with #ADD7D1
Text Example
Text Example
White with #ADD7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7D1; }
p { color: rgb(173,215,209); }
H1.HeaderClassName
{
color: #ADD7D1;
}
.AnyTagClassName
{
color: #ADD7D1;
}
</style>
background-color css
<style>
a { background-color: #ADD7D1; }
a { background-color: rgb(173,215,209); }
div.DivClassName
{
background-color: #ADD7D1;
}
.BgClassName
{
background-color: #ADD7D1;
}
</style>
border-color css
<style>
span { border-color: #ADD7D1; }
span { border-color: rgb(173,215,209); }
td.TdClassName
{
border-color: #ADD7D1;
}
.TagClassName
{
border-color: #ADD7D1;
}
</style>