Shades of Scandal #ADE0DB
Tints of Scandal #ADE0DB
RGB
CMYK
RGB Variations
Color information
#ADE0DB (or 0xADE0DB) is known color: Scandal. HEX triplet: AD, E0 and DB. RGB value is (173,224,219). Sum of RGB (Red+Green+Blue) = 173+224+219=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0DB is #521F24. Grayscale: #D0D0D0. Windows color (decimal): -5381925 or 14409901. OLE color: 14409901.
HSL color Cylindrical-coordinate representation of color #ADE0DB: hue angle of 174.12º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0DB is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 219 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.12 |
| HSL | 174.12º | 0.45% | 0.78% | - |
| HSV(B) | 174.12º | 0.23% | 0.88% | - |
| XYZ | 56.68 | 67.31 | 77.02 | - |
| YUV | 208.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 219 | 0.23 | 0 | 0.02 | 0.12 | 174.12 | 0.45 | 0.78 |
| Hex | AD | E0 | DB | 17 | 0 | 2 | C | AE | 2D | 4E |
| Octal | 255 | 340 | 333 | 27 | 0 | 2 | 14 | 256 | 55 | 116 |
| Binary | 10101101 | 11100000 | 11011011 | 10111 | 0 | 10 | 1100 | 10101110 | 101101 | 1001110 |
Color Harmonies of #ADE0DB
Complementary color
Monochromatic Colors of #ADE0DB
Black with #ADE0DB
Text Example
Text Example
White with #ADE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0DB; }
p { color: rgb(173,224,219); }
H1.HeaderClassName
{
color: #ADE0DB;
}
.AnyTagClassName
{
color: #ADE0DB;
}
</style>
background-color css
<style>
a { background-color: #ADE0DB; }
a { background-color: rgb(173,224,219); }
div.DivClassName
{
background-color: #ADE0DB;
}
.BgClassName
{
background-color: #ADE0DB;
}
</style>
border-color css
<style>
span { border-color: #ADE0DB; }
span { border-color: rgb(173,224,219); }
td.TdClassName
{
border-color: #ADE0DB;
}
.TagClassName
{
border-color: #ADE0DB;
}
</style>