Shades of Scandal #ADD5CD
Tints of Scandal #ADD5CD
RGB
CMYK
RGB Variations
Color information
#ADD5CD (or 0xADD5CD) is known color: Scandal. HEX triplet: AD, D5 and CD. RGB value is (173,213,205). Sum of RGB (Red+Green+Blue) = 173+213+205=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5CD is #522A32. Grayscale: #C8C8C8. Windows color (decimal): -5384755 or 13489581. OLE color: 13489581.
HSL color Cylindrical-coordinate representation of color #ADD5CD: hue angle of 168º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5CD is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 205 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.16 |
| HSL | 168º | 0.32% | 0.76% | - |
| HSV(B) | 168º | 0.19% | 0.84% | - |
| XYZ | 52.05 | 60.88 | 66.77 | - |
| YUV | 200.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 205 | 0.19 | 0 | 0.04 | 0.16 | 168 | 0.32 | 0.76 |
| Hex | AD | D5 | CD | 13 | 0 | 4 | 10 | A8 | 20 | 4C |
| Octal | 255 | 325 | 315 | 23 | 0 | 4 | 20 | 250 | 40 | 114 |
| Binary | 10101101 | 11010101 | 11001101 | 10011 | 0 | 100 | 10000 | 10101000 | 100000 | 1001100 |
Color Harmonies of #ADD5CD
Complementary color
Monochromatic Colors of #ADD5CD
Black with #ADD5CD
Text Example
Text Example
White with #ADD5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD5CD; }
p { color: rgb(173,213,205); }
H1.HeaderClassName
{
color: #ADD5CD;
}
.AnyTagClassName
{
color: #ADD5CD;
}
</style>
background-color css
<style>
a { background-color: #ADD5CD; }
a { background-color: rgb(173,213,205); }
div.DivClassName
{
background-color: #ADD5CD;
}
.BgClassName
{
background-color: #ADD5CD;
}
</style>
border-color css
<style>
span { border-color: #ADD5CD; }
span { border-color: rgb(173,213,205); }
td.TdClassName
{
border-color: #ADD5CD;
}
.TagClassName
{
border-color: #ADD5CD;
}
</style>