Shades of Perano #AAADDB
Tints of Perano #AAADDB
RGB
CMYK
RGB Variations
Color information
#AAADDB (or 0xAAADDB) is known color: Perano. HEX triplet: AA, AD and DB. RGB value is (170,173,219). Sum of RGB (Red+Green+Blue) = 170+173+219=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADDB is #555224. Grayscale: #B1B1B1. Windows color (decimal): -5591589 or 14396842. OLE color: 14396842.
HSL color Cylindrical-coordinate representation of color #AAADDB: hue angle of 236.33º 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 #AAADDB is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 173 | 219 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.14 |
| HSL | 236.33º | 0.4% | 0.76% | - |
| HSV(B) | 236.33º | 0.22% | 0.86% | - |
| XYZ | 44.31 | 43.55 | 73.09 | - |
| YUV | 177.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 219 | 0.22 | 0.21 | 0 | 0.14 | 236.33 | 0.4 | 0.76 |
| Hex | AA | AD | DB | 16 | 15 | 0 | E | EC | 28 | 4C |
| Octal | 252 | 255 | 333 | 26 | 25 | 0 | 16 | 354 | 50 | 114 |
| Binary | 10101010 | 10101101 | 11011011 | 10110 | 10101 | 0 | 1110 | 11101100 | 101000 | 1001100 |
Color Harmonies of #AAADDB
Complementary color
Monochromatic Colors of #AAADDB
Black with #AAADDB
Text Example
Text Example
White with #AAADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADDB; }
p { color: rgb(170,173,219); }
H1.HeaderClassName
{
color: #AAADDB;
}
.AnyTagClassName
{
color: #AAADDB;
}
</style>
background-color css
<style>
a { background-color: #AAADDB; }
a { background-color: rgb(170,173,219); }
div.DivClassName
{
background-color: #AAADDB;
}
.BgClassName
{
background-color: #AAADDB;
}
</style>
border-color css
<style>
span { border-color: #AAADDB; }
span { border-color: rgb(170,173,219); }
td.TdClassName
{
border-color: #AAADDB;
}
.TagClassName
{
border-color: #AAADDB;
}
</style>