Shades of Scandal #ADD7CC
Tints of Scandal #ADD7CC
RGB
CMYK
RGB Variations
Color information
#ADD7CC (or 0xADD7CC) is known color: Scandal. HEX triplet: AD, D7 and CC. RGB value is (173,215,204). Sum of RGB (Red+Green+Blue) = 173+215+204=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7CC is #522833. Grayscale: #C9C9C9. Windows color (decimal): -5384244 or 13424557. OLE color: 13424557.
HSL color Cylindrical-coordinate representation of color #ADD7CC: hue angle of 164.29º 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 #ADD7CC is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 204 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.16 |
| HSL | 164.29º | 0.34% | 0.76% | - |
| HSV(B) | 164.29º | 0.2% | 0.84% | - |
| XYZ | 52.43 | 61.84 | 66.3 | - |
| YUV | 201.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 204 | 0.20 | 0 | 0.05 | 0.16 | 164.29 | 0.34 | 0.76 |
| Hex | AD | D7 | CC | 14 | 0 | 5 | 10 | A4 | 22 | 4C |
| Octal | 255 | 327 | 314 | 24 | 0 | 5 | 20 | 244 | 42 | 114 |
| Binary | 10101101 | 11010111 | 11001100 | 10100 | 0 | 101 | 10000 | 10100100 | 100010 | 1001100 |
Color Harmonies of #ADD7CC
Complementary color
Monochromatic Colors of #ADD7CC
Black with #ADD7CC
Text Example
Text Example
White with #ADD7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7CC; }
p { color: rgb(173,215,204); }
H1.HeaderClassName
{
color: #ADD7CC;
}
.AnyTagClassName
{
color: #ADD7CC;
}
</style>
background-color css
<style>
a { background-color: #ADD7CC; }
a { background-color: rgb(173,215,204); }
div.DivClassName
{
background-color: #ADD7CC;
}
.BgClassName
{
background-color: #ADD7CC;
}
</style>
border-color css
<style>
span { border-color: #ADD7CC; }
span { border-color: rgb(173,215,204); }
td.TdClassName
{
border-color: #ADD7CC;
}
.TagClassName
{
border-color: #ADD7CC;
}
</style>