Shades of Scandal #ADD4CE
Tints of Scandal #ADD4CE
RGB
CMYK
RGB Variations
Color information
#ADD4CE (or 0xADD4CE) is known color: Scandal. HEX triplet: AD, D4 and CE. RGB value is (173,212,206). Sum of RGB (Red+Green+Blue) = 173+212+206=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4CE is #522B31. Grayscale: #C7C7C7. Windows color (decimal): -5385010 or 13554861. OLE color: 13554861.
HSL color Cylindrical-coordinate representation of color #ADD4CE: hue angle of 170.77º 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 #ADD4CE is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 206 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.17 |
| HSL | 170.77º | 0.31% | 0.75% | - |
| HSV(B) | 170.77º | 0.18% | 0.83% | - |
| XYZ | 51.92 | 60.43 | 67.32 | - |
| YUV | 199.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 206 | 0.18 | 0 | 0.03 | 0.17 | 170.77 | 0.31 | 0.75 |
| Hex | AD | D4 | CE | 12 | 0 | 3 | 11 | AB | 1F | 4B |
| Octal | 255 | 324 | 316 | 22 | 0 | 3 | 21 | 253 | 37 | 113 |
| Binary | 10101101 | 11010100 | 11001110 | 10010 | 0 | 11 | 10001 | 10101011 | 11111 | 1001011 |
Color Harmonies of #ADD4CE
Complementary color
Monochromatic Colors of #ADD4CE
Black with #ADD4CE
Text Example
Text Example
White with #ADD4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4CE; }
p { color: rgb(173,212,206); }
H1.HeaderClassName
{
color: #ADD4CE;
}
.AnyTagClassName
{
color: #ADD4CE;
}
</style>
background-color css
<style>
a { background-color: #ADD4CE; }
a { background-color: rgb(173,212,206); }
div.DivClassName
{
background-color: #ADD4CE;
}
.BgClassName
{
background-color: #ADD4CE;
}
</style>
border-color css
<style>
span { border-color: #ADD4CE; }
span { border-color: rgb(173,212,206); }
td.TdClassName
{
border-color: #ADD4CE;
}
.TagClassName
{
border-color: #ADD4CE;
}
</style>