Shades of Scandal #ADD4CB
Tints of Scandal #ADD4CB
RGB
CMYK
RGB Variations
Color information
#ADD4CB (or 0xADD4CB) is known color: Scandal. HEX triplet: AD, D4 and CB. RGB value is (173,212,203). Sum of RGB (Red+Green+Blue) = 173+212+203=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4CB is #522B34. Grayscale: #C7C7C7. Windows color (decimal): -5385013 or 13358253. OLE color: 13358253.
HSL color Cylindrical-coordinate representation of color #ADD4CB: hue angle of 166.15º 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 #ADD4CB is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 203 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.17 |
| HSL | 166.15º | 0.31% | 0.75% | - |
| HSV(B) | 166.15º | 0.18% | 0.83% | - |
| XYZ | 51.56 | 60.28 | 65.42 | - |
| YUV | 199.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 203 | 0.18 | 0 | 0.04 | 0.17 | 166.15 | 0.31 | 0.75 |
| Hex | AD | D4 | CB | 12 | 0 | 4 | 11 | A6 | 1F | 4B |
| Octal | 255 | 324 | 313 | 22 | 0 | 4 | 21 | 246 | 37 | 113 |
| Binary | 10101101 | 11010100 | 11001011 | 10010 | 0 | 100 | 10001 | 10100110 | 11111 | 1001011 |
Color Harmonies of #ADD4CB
Complementary color
Monochromatic Colors of #ADD4CB
Black with #ADD4CB
Text Example
Text Example
White with #ADD4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4CB; }
p { color: rgb(173,212,203); }
H1.HeaderClassName
{
color: #ADD4CB;
}
.AnyTagClassName
{
color: #ADD4CB;
}
</style>
background-color css
<style>
a { background-color: #ADD4CB; }
a { background-color: rgb(173,212,203); }
div.DivClassName
{
background-color: #ADD4CB;
}
.BgClassName
{
background-color: #ADD4CB;
}
</style>
border-color css
<style>
span { border-color: #ADD4CB; }
span { border-color: rgb(173,212,203); }
td.TdClassName
{
border-color: #ADD4CB;
}
.TagClassName
{
border-color: #ADD4CB;
}
</style>