Shades of Scandal #ADD1CA
Tints of Scandal #ADD1CA
RGB
CMYK
RGB Variations
Color information
#ADD1CA (or 0xADD1CA) is known color: Scandal. HEX triplet: AD, D1 and CA. RGB value is (173,209,202). Sum of RGB (Red+Green+Blue) = 173+209+202=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1CA is #522E35. Grayscale: #C5C5C5. Windows color (decimal): -5385782 or 13291949. OLE color: 13291949.
HSL color Cylindrical-coordinate representation of color #ADD1CA: hue angle of 168.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD1CA is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 202 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.18 |
| HSL | 168.33º | 0.28% | 0.75% | - |
| HSV(B) | 168.33º | 0.17% | 0.82% | - |
| XYZ | 50.69 | 58.75 | 64.55 | - |
| YUV | 197.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 202 | 0.17 | 0 | 0.03 | 0.18 | 168.33 | 0.28 | 0.75 |
| Hex | AD | D1 | CA | 11 | 0 | 3 | 12 | A8 | 1C | 4B |
| Octal | 255 | 321 | 312 | 21 | 0 | 3 | 22 | 250 | 34 | 113 |
| Binary | 10101101 | 11010001 | 11001010 | 10001 | 0 | 11 | 10010 | 10101000 | 11100 | 1001011 |
Color Harmonies of #ADD1CA
Complementary color
Monochromatic Colors of #ADD1CA
Black with #ADD1CA
Text Example
Text Example
White with #ADD1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1CA; }
p { color: rgb(173,209,202); }
H1.HeaderClassName
{
color: #ADD1CA;
}
.AnyTagClassName
{
color: #ADD1CA;
}
</style>
background-color css
<style>
a { background-color: #ADD1CA; }
a { background-color: rgb(173,209,202); }
div.DivClassName
{
background-color: #ADD1CA;
}
.BgClassName
{
background-color: #ADD1CA;
}
</style>
border-color css
<style>
span { border-color: #ADD1CA; }
span { border-color: rgb(173,209,202); }
td.TdClassName
{
border-color: #ADD1CA;
}
.TagClassName
{
border-color: #ADD1CA;
}
</style>