Shades of Scandal #AADBCD
Tints of Scandal #AADBCD
RGB
CMYK
RGB Variations
Color information
#AADBCD (or 0xAADBCD) is known color: Scandal. HEX triplet: AA, DB and CD. RGB value is (170,219,205). Sum of RGB (Red+Green+Blue) = 170+219+205=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBCD is #552432. Grayscale: #CACACA. Windows color (decimal): -5579827 or 13491114. OLE color: 13491114.
HSL color Cylindrical-coordinate representation of color #AADBCD: hue angle of 162.86º 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 #AADBCD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 205 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.14 |
| HSL | 162.86º | 0.4% | 0.76% | - |
| HSV(B) | 162.86º | 0.22% | 0.86% | - |
| XYZ | 52.93 | 63.62 | 67.25 | - |
| YUV | 202.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 205 | 0.22 | 0 | 0.06 | 0.14 | 162.86 | 0.4 | 0.76 |
| Hex | AA | DB | CD | 16 | 0 | 6 | E | A3 | 28 | 4C |
| Octal | 252 | 333 | 315 | 26 | 0 | 6 | 16 | 243 | 50 | 114 |
| Binary | 10101010 | 11011011 | 11001101 | 10110 | 0 | 110 | 1110 | 10100011 | 101000 | 1001100 |
Color Harmonies of #AADBCD
Complementary color
Monochromatic Colors of #AADBCD
Black with #AADBCD
Text Example
Text Example
White with #AADBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBCD; }
p { color: rgb(170,219,205); }
H1.HeaderClassName
{
color: #AADBCD;
}
.AnyTagClassName
{
color: #AADBCD;
}
</style>
background-color css
<style>
a { background-color: #AADBCD; }
a { background-color: rgb(170,219,205); }
div.DivClassName
{
background-color: #AADBCD;
}
.BgClassName
{
background-color: #AADBCD;
}
</style>
border-color css
<style>
span { border-color: #AADBCD; }
span { border-color: rgb(170,219,205); }
td.TdClassName
{
border-color: #AADBCD;
}
.TagClassName
{
border-color: #AADBCD;
}
</style>