Shades of Scandal #ADD4CC
Tints of Scandal #ADD4CC
RGB
CMYK
RGB Variations
Color information
#ADD4CC (or 0xADD4CC) is known color: Scandal. HEX triplet: AD, D4 and CC. RGB value is (173,212,204). Sum of RGB (Red+Green+Blue) = 173+212+204=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4CC is #522B33. Grayscale: #C7C7C7. Windows color (decimal): -5385012 or 13423789. OLE color: 13423789.
HSL color Cylindrical-coordinate representation of color #ADD4CC: hue angle of 167.69º 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 #ADD4CC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 204 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.17 |
| HSL | 167.69º | 0.31% | 0.75% | - |
| HSV(B) | 167.69º | 0.18% | 0.83% | - |
| XYZ | 51.68 | 60.33 | 66.05 | - |
| YUV | 199.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 204 | 0.18 | 0 | 0.04 | 0.17 | 167.69 | 0.31 | 0.75 |
| Hex | AD | D4 | CC | 12 | 0 | 4 | 11 | A8 | 1F | 4B |
| Octal | 255 | 324 | 314 | 22 | 0 | 4 | 21 | 250 | 37 | 113 |
| Binary | 10101101 | 11010100 | 11001100 | 10010 | 0 | 100 | 10001 | 10101000 | 11111 | 1001011 |
Color Harmonies of #ADD4CC
Complementary color
Monochromatic Colors of #ADD4CC
Black with #ADD4CC
Text Example
Text Example
White with #ADD4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4CC; }
p { color: rgb(173,212,204); }
H1.HeaderClassName
{
color: #ADD4CC;
}
.AnyTagClassName
{
color: #ADD4CC;
}
</style>
background-color css
<style>
a { background-color: #ADD4CC; }
a { background-color: rgb(173,212,204); }
div.DivClassName
{
background-color: #ADD4CC;
}
.BgClassName
{
background-color: #ADD4CC;
}
</style>
border-color css
<style>
span { border-color: #ADD4CC; }
span { border-color: rgb(173,212,204); }
td.TdClassName
{
border-color: #ADD4CC;
}
.TagClassName
{
border-color: #ADD4CC;
}
</style>