Shades of Scandal #ADD7D2
Tints of Scandal #ADD7D2
RGB
CMYK
RGB Variations
Color information
#ADD7D2 (or 0xADD7D2) is known color: Scandal. HEX triplet: AD, D7 and D2. RGB value is (173,215,210). Sum of RGB (Red+Green+Blue) = 173+215+210=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7D2 is #52282D. Grayscale: #C9C9C9. Windows color (decimal): -5384238 or 13817773. OLE color: 13817773.
HSL color Cylindrical-coordinate representation of color #ADD7D2: hue angle of 172.86º 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 #ADD7D2 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 210 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.16 |
| HSL | 172.86º | 0.34% | 0.76% | - |
| HSV(B) | 172.86º | 0.2% | 0.84% | - |
| XYZ | 53.17 | 62.14 | 70.16 | - |
| YUV | 201.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 210 | 0.20 | 0 | 0.02 | 0.16 | 172.86 | 0.34 | 0.76 |
| Hex | AD | D7 | D2 | 14 | 0 | 2 | 10 | AD | 22 | 4C |
| Octal | 255 | 327 | 322 | 24 | 0 | 2 | 20 | 255 | 42 | 114 |
| Binary | 10101101 | 11010111 | 11010010 | 10100 | 0 | 10 | 10000 | 10101101 | 100010 | 1001100 |
Color Harmonies of #ADD7D2
Complementary color
Monochromatic Colors of #ADD7D2
Black with #ADD7D2
Text Example
Text Example
White with #ADD7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7D2; }
p { color: rgb(173,215,210); }
H1.HeaderClassName
{
color: #ADD7D2;
}
.AnyTagClassName
{
color: #ADD7D2;
}
</style>
background-color css
<style>
a { background-color: #ADD7D2; }
a { background-color: rgb(173,215,210); }
div.DivClassName
{
background-color: #ADD7D2;
}
.BgClassName
{
background-color: #ADD7D2;
}
</style>
border-color css
<style>
span { border-color: #ADD7D2; }
span { border-color: rgb(173,215,210); }
td.TdClassName
{
border-color: #ADD7D2;
}
.TagClassName
{
border-color: #ADD7D2;
}
</style>