Shades of Perano #ADAFE3
Tints of Perano #ADAFE3
RGB
CMYK
RGB Variations
Color information
#ADAFE3 (or 0xADAFE3) is known color: Perano. HEX triplet: AD, AF and E3. RGB value is (173,175,227). Sum of RGB (Red+Green+Blue) = 173+175+227=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADAFE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFE3 is #52501C. Grayscale: #B4B4B4. Windows color (decimal): -5394461 or 14921645. OLE color: 14921645.
HSL color Cylindrical-coordinate representation of color #ADAFE3: hue angle of 237.78º 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 #ADAFE3 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 175 | 227 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.11 |
| HSL | 237.78º | 0.49% | 0.78% | - |
| HSV(B) | 237.78º | 0.24% | 0.89% | - |
| XYZ | 46.43 | 45.09 | 78.93 | - |
| YUV | 180.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 227 | 0.24 | 0.23 | 0 | 0.11 | 237.78 | 0.49 | 0.78 |
| Hex | AD | AF | E3 | 18 | 17 | 0 | B | EE | 31 | 4E |
| Octal | 255 | 257 | 343 | 30 | 27 | 0 | 13 | 356 | 61 | 116 |
| Binary | 10101101 | 10101111 | 11100011 | 11000 | 10111 | 0 | 1011 | 11101110 | 110001 | 1001110 |
Color Harmonies of #ADAFE3
Complementary color
Monochromatic Colors of #ADAFE3
Black with #ADAFE3
Text Example
Text Example
White with #ADAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFE3; }
p { color: rgb(173,175,227); }
H1.HeaderClassName
{
color: #ADAFE3;
}
.AnyTagClassName
{
color: #ADAFE3;
}
</style>
background-color css
<style>
a { background-color: #ADAFE3; }
a { background-color: rgb(173,175,227); }
div.DivClassName
{
background-color: #ADAFE3;
}
.BgClassName
{
background-color: #ADAFE3;
}
</style>
border-color css
<style>
span { border-color: #ADAFE3; }
span { border-color: rgb(173,175,227); }
td.TdClassName
{
border-color: #ADAFE3;
}
.TagClassName
{
border-color: #ADAFE3;
}
</style>