Shades of Scandal #ADD4CA
Tints of Scandal #ADD4CA
RGB
CMYK
RGB Variations
Color information
#ADD4CA (or 0xADD4CA) is known color: Scandal. HEX triplet: AD, D4 and CA. RGB value is (173,212,202). Sum of RGB (Red+Green+Blue) = 173+212+202=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4CA is #522B35. Grayscale: #C7C7C7. Windows color (decimal): -5385014 or 13292717. OLE color: 13292717.
HSL color Cylindrical-coordinate representation of color #ADD4CA: hue angle of 164.62º 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 #ADD4CA is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 202 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.17 |
| HSL | 164.62º | 0.31% | 0.75% | - |
| HSV(B) | 164.62º | 0.18% | 0.83% | - |
| XYZ | 51.44 | 60.24 | 64.79 | - |
| YUV | 199.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 202 | 0.18 | 0 | 0.05 | 0.17 | 164.62 | 0.31 | 0.75 |
| Hex | AD | D4 | CA | 12 | 0 | 5 | 11 | A5 | 1F | 4B |
| Octal | 255 | 324 | 312 | 22 | 0 | 5 | 21 | 245 | 37 | 113 |
| Binary | 10101101 | 11010100 | 11001010 | 10010 | 0 | 101 | 10001 | 10100101 | 11111 | 1001011 |
Color Harmonies of #ADD4CA
Complementary color
Monochromatic Colors of #ADD4CA
Black with #ADD4CA
Text Example
Text Example
White with #ADD4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4CA; }
p { color: rgb(173,212,202); }
H1.HeaderClassName
{
color: #ADD4CA;
}
.AnyTagClassName
{
color: #ADD4CA;
}
</style>
background-color css
<style>
a { background-color: #ADD4CA; }
a { background-color: rgb(173,212,202); }
div.DivClassName
{
background-color: #ADD4CA;
}
.BgClassName
{
background-color: #ADD4CA;
}
</style>
border-color css
<style>
span { border-color: #ADD4CA; }
span { border-color: rgb(173,212,202); }
td.TdClassName
{
border-color: #ADD4CA;
}
.TagClassName
{
border-color: #ADD4CA;
}
</style>