Shades of Scandal #ADD2CC
Tints of Scandal #ADD2CC
RGB
CMYK
RGB Variations
Color information
#ADD2CC (or 0xADD2CC) is known color: Scandal. HEX triplet: AD, D2 and CC. RGB value is (173,210,204). Sum of RGB (Red+Green+Blue) = 173+210+204=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2CC is #522D33. Grayscale: #C6C6C6. Windows color (decimal): -5385524 or 13423277. OLE color: 13423277.
HSL color Cylindrical-coordinate representation of color #ADD2CC: hue angle of 170.27º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2CC is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 204 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.18 |
| HSL | 170.27º | 0.29% | 0.75% | - |
| HSV(B) | 170.27º | 0.18% | 0.82% | - |
| XYZ | 51.18 | 59.34 | 65.88 | - |
| YUV | 198.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 204 | 0.18 | 0 | 0.03 | 0.18 | 170.27 | 0.29 | 0.75 |
| Hex | AD | D2 | CC | 12 | 0 | 3 | 12 | AA | 1D | 4B |
| Octal | 255 | 322 | 314 | 22 | 0 | 3 | 22 | 252 | 35 | 113 |
| Binary | 10101101 | 11010010 | 11001100 | 10010 | 0 | 11 | 10010 | 10101010 | 11101 | 1001011 |
Color Harmonies of #ADD2CC
Complementary color
Monochromatic Colors of #ADD2CC
Black with #ADD2CC
Text Example
Text Example
White with #ADD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2CC; }
p { color: rgb(173,210,204); }
H1.HeaderClassName
{
color: #ADD2CC;
}
.AnyTagClassName
{
color: #ADD2CC;
}
</style>
background-color css
<style>
a { background-color: #ADD2CC; }
a { background-color: rgb(173,210,204); }
div.DivClassName
{
background-color: #ADD2CC;
}
.BgClassName
{
background-color: #ADD2CC;
}
</style>
border-color css
<style>
span { border-color: #ADD2CC; }
span { border-color: rgb(173,210,204); }
td.TdClassName
{
border-color: #ADD2CC;
}
.TagClassName
{
border-color: #ADD2CC;
}
</style>