Shades of Scandal #ADD2CA
Tints of Scandal #ADD2CA
RGB
CMYK
RGB Variations
Color information
#ADD2CA (or 0xADD2CA) is known color: Scandal. HEX triplet: AD, D2 and CA. RGB value is (173,210,202). Sum of RGB (Red+Green+Blue) = 173+210+202=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2CA is #522D35. Grayscale: #C6C6C6. Windows color (decimal): -5385526 or 13292205. OLE color: 13292205.
HSL color Cylindrical-coordinate representation of color #ADD2CA: hue angle of 167.03º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2CA is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 202 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.18 |
| HSL | 167.03º | 0.29% | 0.75% | - |
| HSV(B) | 167.03º | 0.18% | 0.82% | - |
| XYZ | 50.94 | 59.24 | 64.63 | - |
| YUV | 198.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 202 | 0.18 | 0 | 0.04 | 0.18 | 167.03 | 0.29 | 0.75 |
| Hex | AD | D2 | CA | 12 | 0 | 4 | 12 | A7 | 1D | 4B |
| Octal | 255 | 322 | 312 | 22 | 0 | 4 | 22 | 247 | 35 | 113 |
| Binary | 10101101 | 11010010 | 11001010 | 10010 | 0 | 100 | 10010 | 10100111 | 11101 | 1001011 |
Color Harmonies of #ADD2CA
Complementary color
Monochromatic Colors of #ADD2CA
Black with #ADD2CA
Text Example
Text Example
White with #ADD2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2CA; }
p { color: rgb(173,210,202); }
H1.HeaderClassName
{
color: #ADD2CA;
}
.AnyTagClassName
{
color: #ADD2CA;
}
</style>
background-color css
<style>
a { background-color: #ADD2CA; }
a { background-color: rgb(173,210,202); }
div.DivClassName
{
background-color: #ADD2CA;
}
.BgClassName
{
background-color: #ADD2CA;
}
</style>
border-color css
<style>
span { border-color: #ADD2CA; }
span { border-color: rgb(173,210,202); }
td.TdClassName
{
border-color: #ADD2CA;
}
.TagClassName
{
border-color: #ADD2CA;
}
</style>