Shades of Perano #ADAFE7
Tints of Perano #ADAFE7
RGB
CMYK
RGB Variations
Color information
#ADAFE7 (or 0xADAFE7) is known color: Perano. HEX triplet: AD, AF and E7. RGB value is (173,175,231). Sum of RGB (Red+Green+Blue) = 173+175+231=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADAFE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFE7 is #525018. Grayscale: #B4B4B4. Windows color (decimal): -5394457 or 15183789. OLE color: 15183789.
HSL color Cylindrical-coordinate representation of color #ADAFE7: hue angle of 237.93º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADAFE7 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 175 | 231 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.09 |
| HSL | 237.93º | 0.55% | 0.79% | - |
| HSV(B) | 237.93º | 0.25% | 0.91% | - |
| XYZ | 46.99 | 45.31 | 81.87 | - |
| YUV | 180.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 231 | 0.25 | 0.24 | 0 | 0.09 | 237.93 | 0.55 | 0.79 |
| Hex | AD | AF | E7 | 19 | 18 | 0 | 9 | EE | 37 | 4F |
| Octal | 255 | 257 | 347 | 31 | 30 | 0 | 11 | 356 | 67 | 117 |
| Binary | 10101101 | 10101111 | 11100111 | 11001 | 11000 | 0 | 1001 | 11101110 | 110111 | 1001111 |
Color Harmonies of #ADAFE7
Complementary color
Monochromatic Colors of #ADAFE7
Black with #ADAFE7
Text Example
Text Example
White with #ADAFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFE7; }
p { color: rgb(173,175,231); }
H1.HeaderClassName
{
color: #ADAFE7;
}
.AnyTagClassName
{
color: #ADAFE7;
}
</style>
background-color css
<style>
a { background-color: #ADAFE7; }
a { background-color: rgb(173,175,231); }
div.DivClassName
{
background-color: #ADAFE7;
}
.BgClassName
{
background-color: #ADAFE7;
}
</style>
border-color css
<style>
span { border-color: #ADAFE7; }
span { border-color: rgb(173,175,231); }
td.TdClassName
{
border-color: #ADAFE7;
}
.TagClassName
{
border-color: #ADAFE7;
}
</style>