Shades of Perano #ADADE3
Tints of Perano #ADADE3
RGB
CMYK
RGB Variations
Color information
#ADADE3 (or 0xADADE3) is known color: Perano. HEX triplet: AD, AD and E3. RGB value is (173,173,227). Sum of RGB (Red+Green+Blue) = 173+173+227=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADE3 is #52521C. Grayscale: #B2B2B2. Windows color (decimal): -5394973 or 14921133. OLE color: 14921133.
HSL color Cylindrical-coordinate representation of color #ADADE3: hue angle of 240º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADADE3 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 173 | 227 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.11 |
| HSL | 240º | 0.49% | 0.78% | - |
| HSV(B) | 240º | 0.24% | 0.89% | - |
| XYZ | 46.04 | 44.32 | 78.8 | - |
| YUV | 179.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 227 | 0.24 | 0.24 | 0 | 0.11 | 240 | 0.49 | 0.78 |
| Hex | AD | AD | E3 | 18 | 18 | 0 | B | F0 | 31 | 4E |
| Octal | 255 | 255 | 343 | 30 | 30 | 0 | 13 | 360 | 61 | 116 |
| Binary | 10101101 | 10101101 | 11100011 | 11000 | 11000 | 0 | 1011 | 11110000 | 110001 | 1001110 |
Color Harmonies of #ADADE3
Complementary color
Monochromatic Colors of #ADADE3
Black with #ADADE3
Text Example
Text Example
White with #ADADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADE3; }
p { color: rgb(173,173,227); }
H1.HeaderClassName
{
color: #ADADE3;
}
.AnyTagClassName
{
color: #ADADE3;
}
</style>
background-color css
<style>
a { background-color: #ADADE3; }
a { background-color: rgb(173,173,227); }
div.DivClassName
{
background-color: #ADADE3;
}
.BgClassName
{
background-color: #ADADE3;
}
</style>
border-color css
<style>
span { border-color: #ADADE3; }
span { border-color: rgb(173,173,227); }
td.TdClassName
{
border-color: #ADADE3;
}
.TagClassName
{
border-color: #ADADE3;
}
</style>