Shades of Perano #ADAFEB
Tints of Perano #ADAFEB
RGB
CMYK
RGB Variations
Color information
#ADAFEB (or 0xADAFEB) is known color: Perano. HEX triplet: AD, AF and EB. RGB value is (173,175,235). Sum of RGB (Red+Green+Blue) = 173+175+235=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFEB is #525014. Grayscale: #B5B5B5. Windows color (decimal): -5394453 or 15445933. OLE color: 15445933.
HSL color Cylindrical-coordinate representation of color #ADAFEB: hue angle of 238.06º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADAFEB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 175 | 235 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.08 |
| HSL | 238.06º | 0.61% | 0.8% | - |
| HSV(B) | 238.06º | 0.26% | 0.92% | - |
| XYZ | 47.56 | 45.54 | 84.88 | - |
| YUV | 181.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 235 | 0.26 | 0.26 | 0 | 0.08 | 238.06 | 0.61 | 0.8 |
| Hex | AD | AF | EB | 1A | 1A | 0 | 8 | EE | 3D | 50 |
| Octal | 255 | 257 | 353 | 32 | 32 | 0 | 10 | 356 | 75 | 120 |
| Binary | 10101101 | 10101111 | 11101011 | 11010 | 11010 | 0 | 1000 | 11101110 | 111101 | 1010000 |
Color Harmonies of #ADAFEB
Complementary color
Monochromatic Colors of #ADAFEB
Black with #ADAFEB
Text Example
Text Example
White with #ADAFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFEB; }
p { color: rgb(173,175,235); }
H1.HeaderClassName
{
color: #ADAFEB;
}
.AnyTagClassName
{
color: #ADAFEB;
}
</style>
background-color css
<style>
a { background-color: #ADAFEB; }
a { background-color: rgb(173,175,235); }
div.DivClassName
{
background-color: #ADAFEB;
}
.BgClassName
{
background-color: #ADAFEB;
}
</style>
border-color css
<style>
span { border-color: #ADAFEB; }
span { border-color: rgb(173,175,235); }
td.TdClassName
{
border-color: #ADAFEB;
}
.TagClassName
{
border-color: #ADAFEB;
}
</style>