Shades of Scandal #AADBD4
Tints of Scandal #AADBD4
RGB
CMYK
RGB Variations
Color information
#AADBD4 (or 0xAADBD4) is known color: Scandal. HEX triplet: AA, DB and D4. RGB value is (170,219,212). Sum of RGB (Red+Green+Blue) = 170+219+212=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBD4 is #55242B. Grayscale: #CBCBCB. Windows color (decimal): -5579820 or 13949866. OLE color: 13949866.
HSL color Cylindrical-coordinate representation of color #AADBD4: hue angle of 171.43º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADBD4 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 212 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.14 |
| HSL | 171.43º | 0.4% | 0.76% | - |
| HSV(B) | 171.43º | 0.22% | 0.86% | - |
| XYZ | 53.79 | 63.96 | 71.8 | - |
| YUV | 203.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 212 | 0.22 | 0 | 0.03 | 0.14 | 171.43 | 0.4 | 0.76 |
| Hex | AA | DB | D4 | 16 | 0 | 3 | E | AB | 28 | 4C |
| Octal | 252 | 333 | 324 | 26 | 0 | 3 | 16 | 253 | 50 | 114 |
| Binary | 10101010 | 11011011 | 11010100 | 10110 | 0 | 11 | 1110 | 10101011 | 101000 | 1001100 |
Color Harmonies of #AADBD4
Complementary color
Monochromatic Colors of #AADBD4
Black with #AADBD4
Text Example
Text Example
White with #AADBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBD4; }
p { color: rgb(170,219,212); }
H1.HeaderClassName
{
color: #AADBD4;
}
.AnyTagClassName
{
color: #AADBD4;
}
</style>
background-color css
<style>
a { background-color: #AADBD4; }
a { background-color: rgb(170,219,212); }
div.DivClassName
{
background-color: #AADBD4;
}
.BgClassName
{
background-color: #AADBD4;
}
</style>
border-color css
<style>
span { border-color: #AADBD4; }
span { border-color: rgb(170,219,212); }
td.TdClassName
{
border-color: #AADBD4;
}
.TagClassName
{
border-color: #AADBD4;
}
</style>