Shades of Scandal #ADD1CB
Tints of Scandal #ADD1CB
RGB
CMYK
RGB Variations
Color information
#ADD1CB (or 0xADD1CB) is known color: Scandal. HEX triplet: AD, D1 and CB. RGB value is (173,209,203). Sum of RGB (Red+Green+Blue) = 173+209+203=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1CB is #522E34. Grayscale: #C5C5C5. Windows color (decimal): -5385781 or 13357485. OLE color: 13357485.
HSL color Cylindrical-coordinate representation of color #ADD1CB: hue angle of 170º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD1CB is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 203 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.18 |
| HSL | 170º | 0.28% | 0.75% | - |
| HSV(B) | 170º | 0.17% | 0.82% | - |
| XYZ | 50.81 | 58.8 | 65.17 | - |
| YUV | 197.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 203 | 0.17 | 0 | 0.03 | 0.18 | 170 | 0.28 | 0.75 |
| Hex | AD | D1 | CB | 11 | 0 | 3 | 12 | AA | 1C | 4B |
| Octal | 255 | 321 | 313 | 21 | 0 | 3 | 22 | 252 | 34 | 113 |
| Binary | 10101101 | 11010001 | 11001011 | 10001 | 0 | 11 | 10010 | 10101010 | 11100 | 1001011 |
Color Harmonies of #ADD1CB
Complementary color
Monochromatic Colors of #ADD1CB
Black with #ADD1CB
Text Example
Text Example
White with #ADD1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1CB; }
p { color: rgb(173,209,203); }
H1.HeaderClassName
{
color: #ADD1CB;
}
.AnyTagClassName
{
color: #ADD1CB;
}
</style>
background-color css
<style>
a { background-color: #ADD1CB; }
a { background-color: rgb(173,209,203); }
div.DivClassName
{
background-color: #ADD1CB;
}
.BgClassName
{
background-color: #ADD1CB;
}
</style>
border-color css
<style>
span { border-color: #ADD1CB; }
span { border-color: rgb(173,209,203); }
td.TdClassName
{
border-color: #ADD1CB;
}
.TagClassName
{
border-color: #ADD1CB;
}
</style>