Shades of Scandal #ADD2CB
Tints of Scandal #ADD2CB
RGB
CMYK
RGB Variations
Color information
#ADD2CB (or 0xADD2CB) is known color: Scandal. HEX triplet: AD, D2 and CB. RGB value is (173,210,203). Sum of RGB (Red+Green+Blue) = 173+210+203=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2CB is #522D34. Grayscale: #C6C6C6. Windows color (decimal): -5385525 or 13357741. OLE color: 13357741.
HSL color Cylindrical-coordinate representation of color #ADD2CB: hue angle of 168.65º 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 #ADD2CB is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 203 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.18 |
| HSL | 168.65º | 0.29% | 0.75% | - |
| HSV(B) | 168.65º | 0.18% | 0.82% | - |
| XYZ | 51.06 | 59.29 | 65.25 | - |
| YUV | 198.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 203 | 0.18 | 0 | 0.03 | 0.18 | 168.65 | 0.29 | 0.75 |
| Hex | AD | D2 | CB | 12 | 0 | 3 | 12 | A9 | 1D | 4B |
| Octal | 255 | 322 | 313 | 22 | 0 | 3 | 22 | 251 | 35 | 113 |
| Binary | 10101101 | 11010010 | 11001011 | 10010 | 0 | 11 | 10010 | 10101001 | 11101 | 1001011 |
Color Harmonies of #ADD2CB
Complementary color
Monochromatic Colors of #ADD2CB
Black with #ADD2CB
Text Example
Text Example
White with #ADD2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2CB; }
p { color: rgb(173,210,203); }
H1.HeaderClassName
{
color: #ADD2CB;
}
.AnyTagClassName
{
color: #ADD2CB;
}
</style>
background-color css
<style>
a { background-color: #ADD2CB; }
a { background-color: rgb(173,210,203); }
div.DivClassName
{
background-color: #ADD2CB;
}
.BgClassName
{
background-color: #ADD2CB;
}
</style>
border-color css
<style>
span { border-color: #ADD2CB; }
span { border-color: rgb(173,210,203); }
td.TdClassName
{
border-color: #ADD2CB;
}
.TagClassName
{
border-color: #ADD2CB;
}
</style>