Shades of Scandal #ADD4CF
Tints of Scandal #ADD4CF
RGB
CMYK
RGB Variations
Color information
#ADD4CF (or 0xADD4CF) is known color: Scandal. HEX triplet: AD, D4 and CF. RGB value is (173,212,207). Sum of RGB (Red+Green+Blue) = 173+212+207=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4CF is #522B30. Grayscale: #C7C7C7. Windows color (decimal): -5385009 or 13620397. OLE color: 13620397.
HSL color Cylindrical-coordinate representation of color #ADD4CF: hue angle of 172.31º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD4CF is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 207 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.17 |
| HSL | 172.31º | 0.31% | 0.75% | - |
| HSV(B) | 172.31º | 0.18% | 0.83% | - |
| XYZ | 52.04 | 60.48 | 67.96 | - |
| YUV | 199.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 207 | 0.18 | 0 | 0.02 | 0.17 | 172.31 | 0.31 | 0.75 |
| Hex | AD | D4 | CF | 12 | 0 | 2 | 11 | AC | 1F | 4B |
| Octal | 255 | 324 | 317 | 22 | 0 | 2 | 21 | 254 | 37 | 113 |
| Binary | 10101101 | 11010100 | 11001111 | 10010 | 0 | 10 | 10001 | 10101100 | 11111 | 1001011 |
Color Harmonies of #ADD4CF
Complementary color
Monochromatic Colors of #ADD4CF
Black with #ADD4CF
Text Example
Text Example
White with #ADD4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4CF; }
p { color: rgb(173,212,207); }
H1.HeaderClassName
{
color: #ADD4CF;
}
.AnyTagClassName
{
color: #ADD4CF;
}
</style>
background-color css
<style>
a { background-color: #ADD4CF; }
a { background-color: rgb(173,212,207); }
div.DivClassName
{
background-color: #ADD4CF;
}
.BgClassName
{
background-color: #ADD4CF;
}
</style>
border-color css
<style>
span { border-color: #ADD4CF; }
span { border-color: rgb(173,212,207); }
td.TdClassName
{
border-color: #ADD4CF;
}
.TagClassName
{
border-color: #ADD4CF;
}
</style>