Shades of Perano #ADAFDE
Tints of Perano #ADAFDE
RGB
CMYK
RGB Variations
Color information
#ADAFDE (or 0xADAFDE) is known color: Perano. HEX triplet: AD, AF and DE. RGB value is (173,175,222). Sum of RGB (Red+Green+Blue) = 173+175+222=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADAFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFDE is #525021. Grayscale: #B3B3B3. Windows color (decimal): -5394466 or 14593965. OLE color: 14593965.
HSL color Cylindrical-coordinate representation of color #ADAFDE: hue angle of 237.55º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADAFDE is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 175 | 222 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.13 |
| HSL | 237.55º | 0.43% | 0.77% | - |
| HSV(B) | 237.55º | 0.22% | 0.87% | - |
| XYZ | 45.75 | 44.82 | 75.35 | - |
| YUV | 179.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 222 | 0.22 | 0.21 | 0 | 0.13 | 237.55 | 0.43 | 0.77 |
| Hex | AD | AF | DE | 16 | 15 | 0 | D | EE | 2B | 4D |
| Octal | 255 | 257 | 336 | 26 | 25 | 0 | 15 | 356 | 53 | 115 |
| Binary | 10101101 | 10101111 | 11011110 | 10110 | 10101 | 0 | 1101 | 11101110 | 101011 | 1001101 |
Color Harmonies of #ADAFDE
Complementary color
Monochromatic Colors of #ADAFDE
Black with #ADAFDE
Text Example
Text Example
White with #ADAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFDE; }
p { color: rgb(173,175,222); }
H1.HeaderClassName
{
color: #ADAFDE;
}
.AnyTagClassName
{
color: #ADAFDE;
}
</style>
background-color css
<style>
a { background-color: #ADAFDE; }
a { background-color: rgb(173,175,222); }
div.DivClassName
{
background-color: #ADAFDE;
}
.BgClassName
{
background-color: #ADAFDE;
}
</style>
border-color css
<style>
span { border-color: #ADAFDE; }
span { border-color: rgb(173,175,222); }
td.TdClassName
{
border-color: #ADAFDE;
}
.TagClassName
{
border-color: #ADAFDE;
}
</style>