Shades of Scandal #ADD7CB
Tints of Scandal #ADD7CB
RGB
CMYK
RGB Variations
Color information
#ADD7CB (or 0xADD7CB) is known color: Scandal. HEX triplet: AD, D7 and CB. RGB value is (173,215,203). Sum of RGB (Red+Green+Blue) = 173+215+203=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7CB is #522834. Grayscale: #C9C9C9. Windows color (decimal): -5384245 or 13359021. OLE color: 13359021.
HSL color Cylindrical-coordinate representation of color #ADD7CB: hue angle of 162.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 #ADD7CB is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 203 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.16 |
| HSL | 162.86º | 0.34% | 0.76% | - |
| HSV(B) | 162.86º | 0.2% | 0.84% | - |
| XYZ | 52.31 | 61.8 | 65.67 | - |
| YUV | 201.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 203 | 0.20 | 0 | 0.06 | 0.16 | 162.86 | 0.34 | 0.76 |
| Hex | AD | D7 | CB | 14 | 0 | 6 | 10 | A3 | 22 | 4C |
| Octal | 255 | 327 | 313 | 24 | 0 | 6 | 20 | 243 | 42 | 114 |
| Binary | 10101101 | 11010111 | 11001011 | 10100 | 0 | 110 | 10000 | 10100011 | 100010 | 1001100 |
Color Harmonies of #ADD7CB
Complementary color
Monochromatic Colors of #ADD7CB
Black with #ADD7CB
Text Example
Text Example
White with #ADD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7CB; }
p { color: rgb(173,215,203); }
H1.HeaderClassName
{
color: #ADD7CB;
}
.AnyTagClassName
{
color: #ADD7CB;
}
</style>
background-color css
<style>
a { background-color: #ADD7CB; }
a { background-color: rgb(173,215,203); }
div.DivClassName
{
background-color: #ADD7CB;
}
.BgClassName
{
background-color: #ADD7CB;
}
</style>
border-color css
<style>
span { border-color: #ADD7CB; }
span { border-color: rgb(173,215,203); }
td.TdClassName
{
border-color: #ADD7CB;
}
.TagClassName
{
border-color: #ADD7CB;
}
</style>