Shades of Scandal #ADD6CF
Tints of Scandal #ADD6CF
RGB
CMYK
RGB Variations
Color information
#ADD6CF (or 0xADD6CF) is known color: Scandal. HEX triplet: AD, D6 and CF. RGB value is (173,214,207). Sum of RGB (Red+Green+Blue) = 173+214+207=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6CF is #522930. Grayscale: #C8C8C8. Windows color (decimal): -5384497 or 13620909. OLE color: 13620909.
HSL color Cylindrical-coordinate representation of color #ADD6CF: hue angle of 169.76º 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 #ADD6CF is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 207 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.16 |
| HSL | 169.76º | 0.33% | 0.76% | - |
| HSV(B) | 169.76º | 0.19% | 0.84% | - |
| XYZ | 52.54 | 61.48 | 68.13 | - |
| YUV | 200.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 207 | 0.19 | 0 | 0.03 | 0.16 | 169.76 | 0.33 | 0.76 |
| Hex | AD | D6 | CF | 13 | 0 | 3 | 10 | AA | 21 | 4C |
| Octal | 255 | 326 | 317 | 23 | 0 | 3 | 20 | 252 | 41 | 114 |
| Binary | 10101101 | 11010110 | 11001111 | 10011 | 0 | 11 | 10000 | 10101010 | 100001 | 1001100 |
Color Harmonies of #ADD6CF
Complementary color
Monochromatic Colors of #ADD6CF
Black with #ADD6CF
Text Example
Text Example
White with #ADD6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6CF; }
p { color: rgb(173,214,207); }
H1.HeaderClassName
{
color: #ADD6CF;
}
.AnyTagClassName
{
color: #ADD6CF;
}
</style>
background-color css
<style>
a { background-color: #ADD6CF; }
a { background-color: rgb(173,214,207); }
div.DivClassName
{
background-color: #ADD6CF;
}
.BgClassName
{
background-color: #ADD6CF;
}
</style>
border-color css
<style>
span { border-color: #ADD6CF; }
span { border-color: rgb(173,214,207); }
td.TdClassName
{
border-color: #ADD6CF;
}
.TagClassName
{
border-color: #ADD6CF;
}
</style>