Shades of Scandal #ADD7D3
Tints of Scandal #ADD7D3
RGB
CMYK
RGB Variations
Color information
#ADD7D3 (or 0xADD7D3) is known color: Scandal. HEX triplet: AD, D7 and D3. RGB value is (173,215,211). Sum of RGB (Red+Green+Blue) = 173+215+211=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7D3 is #52282C. Grayscale: #C9C9C9. Windows color (decimal): -5384237 or 13883309. OLE color: 13883309.
HSL color Cylindrical-coordinate representation of color #ADD7D3: hue angle of 174.29º 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 #ADD7D3 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 211 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.16 |
| HSL | 174.29º | 0.34% | 0.76% | - |
| HSV(B) | 174.29º | 0.2% | 0.84% | - |
| XYZ | 53.29 | 62.19 | 70.82 | - |
| YUV | 201.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 211 | 0.20 | 0 | 0.02 | 0.16 | 174.29 | 0.34 | 0.76 |
| Hex | AD | D7 | D3 | 14 | 0 | 2 | 10 | AE | 22 | 4C |
| Octal | 255 | 327 | 323 | 24 | 0 | 2 | 20 | 256 | 42 | 114 |
| Binary | 10101101 | 11010111 | 11010011 | 10100 | 0 | 10 | 10000 | 10101110 | 100010 | 1001100 |
Color Harmonies of #ADD7D3
Complementary color
Monochromatic Colors of #ADD7D3
Black with #ADD7D3
Text Example
Text Example
White with #ADD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7D3; }
p { color: rgb(173,215,211); }
H1.HeaderClassName
{
color: #ADD7D3;
}
.AnyTagClassName
{
color: #ADD7D3;
}
</style>
background-color css
<style>
a { background-color: #ADD7D3; }
a { background-color: rgb(173,215,211); }
div.DivClassName
{
background-color: #ADD7D3;
}
.BgClassName
{
background-color: #ADD7D3;
}
</style>
border-color css
<style>
span { border-color: #ADD7D3; }
span { border-color: rgb(173,215,211); }
td.TdClassName
{
border-color: #ADD7D3;
}
.TagClassName
{
border-color: #ADD7D3;
}
</style>