Shades of Perano #ADAFED
Tints of Perano #ADAFED
RGB
CMYK
RGB Variations
Color information
#ADAFED (or 0xADAFED) is known color: Perano. HEX triplet: AD, AF and ED. RGB value is (173,175,237). Sum of RGB (Red+Green+Blue) = 173+175+237=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADAFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFED is #525012. Grayscale: #B5B5B5. Windows color (decimal): -5394451 or 15577005. OLE color: 15577005.
HSL color Cylindrical-coordinate representation of color #ADAFED: hue angle of 238.12º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADAFED is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 175 | 237 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.07 |
| HSL | 238.13º | 0.64% | 0.8% | - |
| HSV(B) | 238.13º | 0.27% | 0.93% | - |
| XYZ | 47.85 | 45.66 | 86.41 | - |
| YUV | 181.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 237 | 0.27 | 0.26 | 0 | 0.07 | 238.13 | 0.64 | 0.8 |
| Hex | AD | AF | ED | 1B | 1A | 0 | 7 | EE | 40 | 50 |
| Octal | 255 | 257 | 355 | 33 | 32 | 0 | 7 | 356 | 100 | 120 |
| Binary | 10101101 | 10101111 | 11101101 | 11011 | 11010 | 0 | 111 | 11101110 | 1000000 | 1010000 |
Color Harmonies of #ADAFED
Complementary color
Monochromatic Colors of #ADAFED
Black with #ADAFED
Text Example
Text Example
White with #ADAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFED; }
p { color: rgb(173,175,237); }
H1.HeaderClassName
{
color: #ADAFED;
}
.AnyTagClassName
{
color: #ADAFED;
}
</style>
background-color css
<style>
a { background-color: #ADAFED; }
a { background-color: rgb(173,175,237); }
div.DivClassName
{
background-color: #ADAFED;
}
.BgClassName
{
background-color: #ADAFED;
}
</style>
border-color css
<style>
span { border-color: #ADAFED; }
span { border-color: rgb(173,175,237); }
td.TdClassName
{
border-color: #ADAFED;
}
.TagClassName
{
border-color: #ADAFED;
}
</style>