Shades of Perano #ADADE1
Tints of Perano #ADADE1
RGB
CMYK
RGB Variations
Color information
#ADADE1 (or 0xADADE1) is known color: Perano. HEX triplet: AD, AD and E1. RGB value is (173,173,225). Sum of RGB (Red+Green+Blue) = 173+173+225=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADE1 is #52521E. Grayscale: #B2B2B2. Windows color (decimal): -5394975 or 14790061. OLE color: 14790061.
HSL color Cylindrical-coordinate representation of color #ADADE1: hue angle of 240º degrees, saturation: 0.46, 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 #ADADE1 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 173 | 225 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.12 |
| HSL | 240º | 0.46% | 0.78% | - |
| HSV(B) | 240º | 0.23% | 0.88% | - |
| XYZ | 45.77 | 44.21 | 77.35 | - |
| YUV | 178.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 225 | 0.23 | 0.23 | 0 | 0.12 | 240 | 0.46 | 0.78 |
| Hex | AD | AD | E1 | 17 | 17 | 0 | C | F0 | 2E | 4E |
| Octal | 255 | 255 | 341 | 27 | 27 | 0 | 14 | 360 | 56 | 116 |
| Binary | 10101101 | 10101101 | 11100001 | 10111 | 10111 | 0 | 1100 | 11110000 | 101110 | 1001110 |
Color Harmonies of #ADADE1
Complementary color
Monochromatic Colors of #ADADE1
Black with #ADADE1
Text Example
Text Example
White with #ADADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADE1; }
p { color: rgb(173,173,225); }
H1.HeaderClassName
{
color: #ADADE1;
}
.AnyTagClassName
{
color: #ADADE1;
}
</style>
background-color css
<style>
a { background-color: #ADADE1; }
a { background-color: rgb(173,173,225); }
div.DivClassName
{
background-color: #ADADE1;
}
.BgClassName
{
background-color: #ADADE1;
}
</style>
border-color css
<style>
span { border-color: #ADADE1; }
span { border-color: rgb(173,173,225); }
td.TdClassName
{
border-color: #ADADE1;
}
.TagClassName
{
border-color: #ADADE1;
}
</style>