Shades of Perano #ADADE0
Tints of Perano #ADADE0
RGB
CMYK
RGB Variations
Color information
#ADADE0 (or 0xADADE0) is known color: Perano. HEX triplet: AD, AD and E0. RGB value is (173,173,224). Sum of RGB (Red+Green+Blue) = 173+173+224=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADE0 is #52521F. Grayscale: #B2B2B2. Windows color (decimal): -5394976 or 14724525. OLE color: 14724525.
HSL color Cylindrical-coordinate representation of color #ADADE0: hue angle of 240º degrees, saturation: 0.45, 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 #ADADE0 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 173 | 224 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.12 |
| HSL | 240º | 0.45% | 0.78% | - |
| HSV(B) | 240º | 0.23% | 0.88% | - |
| XYZ | 45.63 | 44.15 | 76.64 | - |
| YUV | 178.81 | 153.5 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 224 | 0.23 | 0.23 | 0 | 0.12 | 240 | 0.45 | 0.78 |
| Hex | AD | AD | E0 | 17 | 17 | 0 | C | F0 | 2D | 4E |
| Octal | 255 | 255 | 340 | 27 | 27 | 0 | 14 | 360 | 55 | 116 |
| Binary | 10101101 | 10101101 | 11100000 | 10111 | 10111 | 0 | 1100 | 11110000 | 101101 | 1001110 |
Color Harmonies of #ADADE0
Complementary color
Monochromatic Colors of #ADADE0
Black with #ADADE0
Text Example
Text Example
White with #ADADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADE0; }
p { color: rgb(173,173,224); }
H1.HeaderClassName
{
color: #ADADE0;
}
.AnyTagClassName
{
color: #ADADE0;
}
</style>
background-color css
<style>
a { background-color: #ADADE0; }
a { background-color: rgb(173,173,224); }
div.DivClassName
{
background-color: #ADADE0;
}
.BgClassName
{
background-color: #ADADE0;
}
</style>
border-color css
<style>
span { border-color: #ADADE0; }
span { border-color: rgb(173,173,224); }
td.TdClassName
{
border-color: #ADADE0;
}
.TagClassName
{
border-color: #ADADE0;
}
</style>