Shades of Perano #ADAFEE
Tints of Perano #ADAFEE
RGB
CMYK
RGB Variations
Color information
#ADAFEE (or 0xADAFEE) is known color: Perano. HEX triplet: AD, AF and EE. RGB value is (173,175,238). Sum of RGB (Red+Green+Blue) = 173+175+238=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFEE is #525011. Grayscale: #B5B5B5. Windows color (decimal): -5394450 or 15642541. OLE color: 15642541.
HSL color Cylindrical-coordinate representation of color #ADAFEE: hue angle of 238.15º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADAFEE is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 175 | 238 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.07 |
| HSL | 238.15º | 0.66% | 0.81% | - |
| HSV(B) | 238.15º | 0.27% | 0.93% | - |
| XYZ | 48 | 45.72 | 87.18 | - |
| YUV | 181.58 | 159.84 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 238 | 0.27 | 0.26 | 0 | 0.07 | 238.15 | 0.66 | 0.81 |
| Hex | AD | AF | EE | 1B | 1A | 0 | 7 | EE | 42 | 51 |
| Octal | 255 | 257 | 356 | 33 | 32 | 0 | 7 | 356 | 102 | 121 |
| Binary | 10101101 | 10101111 | 11101110 | 11011 | 11010 | 0 | 111 | 11101110 | 1000010 | 1010001 |
Color Harmonies of #ADAFEE
Complementary color
Monochromatic Colors of #ADAFEE
Black with #ADAFEE
Text Example
Text Example
White with #ADAFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFEE; }
p { color: rgb(173,175,238); }
H1.HeaderClassName
{
color: #ADAFEE;
}
.AnyTagClassName
{
color: #ADAFEE;
}
</style>
background-color css
<style>
a { background-color: #ADAFEE; }
a { background-color: rgb(173,175,238); }
div.DivClassName
{
background-color: #ADAFEE;
}
.BgClassName
{
background-color: #ADAFEE;
}
</style>
border-color css
<style>
span { border-color: #ADAFEE; }
span { border-color: rgb(173,175,238); }
td.TdClassName
{
border-color: #ADAFEE;
}
.TagClassName
{
border-color: #ADAFEE;
}
</style>