Shades of Scandal #ADD6CB
Tints of Scandal #ADD6CB
RGB
CMYK
RGB Variations
Color information
#ADD6CB (or 0xADD6CB) is known color: Scandal. HEX triplet: AD, D6 and CB. RGB value is (173,214,203). Sum of RGB (Red+Green+Blue) = 173+214+203=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6CB is #522934. Grayscale: #C8C8C8. Windows color (decimal): -5384501 or 13358765. OLE color: 13358765.
HSL color Cylindrical-coordinate representation of color #ADD6CB: hue angle of 163.9º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6CB is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 203 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.16 |
| HSL | 163.9º | 0.33% | 0.76% | - |
| HSV(B) | 163.9º | 0.19% | 0.84% | - |
| XYZ | 52.06 | 61.29 | 65.59 | - |
| YUV | 200.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 203 | 0.19 | 0 | 0.05 | 0.16 | 163.9 | 0.33 | 0.76 |
| Hex | AD | D6 | CB | 13 | 0 | 5 | 10 | A4 | 21 | 4C |
| Octal | 255 | 326 | 313 | 23 | 0 | 5 | 20 | 244 | 41 | 114 |
| Binary | 10101101 | 11010110 | 11001011 | 10011 | 0 | 101 | 10000 | 10100100 | 100001 | 1001100 |
Color Harmonies of #ADD6CB
Complementary color
Monochromatic Colors of #ADD6CB
Black with #ADD6CB
Text Example
Text Example
White with #ADD6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6CB; }
p { color: rgb(173,214,203); }
H1.HeaderClassName
{
color: #ADD6CB;
}
.AnyTagClassName
{
color: #ADD6CB;
}
</style>
background-color css
<style>
a { background-color: #ADD6CB; }
a { background-color: rgb(173,214,203); }
div.DivClassName
{
background-color: #ADD6CB;
}
.BgClassName
{
background-color: #ADD6CB;
}
</style>
border-color css
<style>
span { border-color: #ADD6CB; }
span { border-color: rgb(173,214,203); }
td.TdClassName
{
border-color: #ADD6CB;
}
.TagClassName
{
border-color: #ADD6CB;
}
</style>