Shades of Perano #AAADDF
Tints of Perano #AAADDF
RGB
CMYK
RGB Variations
Color information
#AAADDF (or 0xAAADDF) is known color: Perano. HEX triplet: AA, AD and DF. RGB value is (170,173,223). Sum of RGB (Red+Green+Blue) = 170+173+223=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADDF is #555220. Grayscale: #B1B1B1. Windows color (decimal): -5591585 or 14658986. OLE color: 14658986.
HSL color Cylindrical-coordinate representation of color #AAADDF: hue angle of 236.6º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAADDF is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 173 | 223 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.13 |
| HSL | 236.6º | 0.45% | 0.77% | - |
| HSV(B) | 236.6º | 0.24% | 0.87% | - |
| XYZ | 44.84 | 43.76 | 75.9 | - |
| YUV | 177.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 223 | 0.24 | 0.22 | 0 | 0.13 | 236.6 | 0.45 | 0.77 |
| Hex | AA | AD | DF | 18 | 16 | 0 | D | ED | 2D | 4D |
| Octal | 252 | 255 | 337 | 30 | 26 | 0 | 15 | 355 | 55 | 115 |
| Binary | 10101010 | 10101101 | 11011111 | 11000 | 10110 | 0 | 1101 | 11101101 | 101101 | 1001101 |
Color Harmonies of #AAADDF
Complementary color
Monochromatic Colors of #AAADDF
Black with #AAADDF
Text Example
Text Example
White with #AAADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADDF; }
p { color: rgb(170,173,223); }
H1.HeaderClassName
{
color: #AAADDF;
}
.AnyTagClassName
{
color: #AAADDF;
}
</style>
background-color css
<style>
a { background-color: #AAADDF; }
a { background-color: rgb(170,173,223); }
div.DivClassName
{
background-color: #AAADDF;
}
.BgClassName
{
background-color: #AAADDF;
}
</style>
border-color css
<style>
span { border-color: #AAADDF; }
span { border-color: rgb(170,173,223); }
td.TdClassName
{
border-color: #AAADDF;
}
.TagClassName
{
border-color: #AAADDF;
}
</style>