Shades of Scandal #ADD6CA
Tints of Scandal #ADD6CA
RGB
CMYK
RGB Variations
Color information
#ADD6CA (or 0xADD6CA) is known color: Scandal. HEX triplet: AD, D6 and CA. RGB value is (173,214,202). Sum of RGB (Red+Green+Blue) = 173+214+202=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6CA is #522935. Grayscale: #C8C8C8. Windows color (decimal): -5384502 or 13293229. OLE color: 13293229.
HSL color Cylindrical-coordinate representation of color #ADD6CA: hue angle of 162.44º degrees, saturation: 0.33, 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 #ADD6CA is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 202 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.16 |
| HSL | 162.44º | 0.33% | 0.76% | - |
| HSV(B) | 162.44º | 0.19% | 0.84% | - |
| XYZ | 51.94 | 61.24 | 64.96 | - |
| YUV | 200.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 202 | 0.19 | 0 | 0.06 | 0.16 | 162.44 | 0.33 | 0.76 |
| Hex | AD | D6 | CA | 13 | 0 | 6 | 10 | A2 | 21 | 4C |
| Octal | 255 | 326 | 312 | 23 | 0 | 6 | 20 | 242 | 41 | 114 |
| Binary | 10101101 | 11010110 | 11001010 | 10011 | 0 | 110 | 10000 | 10100010 | 100001 | 1001100 |
Color Harmonies of #ADD6CA
Complementary color
Monochromatic Colors of #ADD6CA
Black with #ADD6CA
Text Example
Text Example
White with #ADD6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6CA; }
p { color: rgb(173,214,202); }
H1.HeaderClassName
{
color: #ADD6CA;
}
.AnyTagClassName
{
color: #ADD6CA;
}
</style>
background-color css
<style>
a { background-color: #ADD6CA; }
a { background-color: rgb(173,214,202); }
div.DivClassName
{
background-color: #ADD6CA;
}
.BgClassName
{
background-color: #ADD6CA;
}
</style>
border-color css
<style>
span { border-color: #ADD6CA; }
span { border-color: rgb(173,214,202); }
td.TdClassName
{
border-color: #ADD6CA;
}
.TagClassName
{
border-color: #ADD6CA;
}
</style>