Shades of Perano #ABAFDE
Tints of Perano #ABAFDE
RGB
CMYK
RGB Variations
Color information
#ABAFDE (or 0xABAFDE) is known color: Perano. HEX triplet: AB, AF and DE. RGB value is (171,175,222). Sum of RGB (Red+Green+Blue) = 171+175+222=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABAFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFDE is #545021. Grayscale: #B2B2B2. Windows color (decimal): -5525538 or 14593963. OLE color: 14593963.
HSL color Cylindrical-coordinate representation of color #ABAFDE: hue angle of 235.29º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABAFDE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 175 | 222 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.13 |
| HSL | 235.29º | 0.44% | 0.77% | - |
| HSV(B) | 235.29º | 0.23% | 0.87% | - |
| XYZ | 45.31 | 44.59 | 75.33 | - |
| YUV | 179.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 222 | 0.23 | 0.21 | 0 | 0.13 | 235.29 | 0.44 | 0.77 |
| Hex | AB | AF | DE | 17 | 15 | 0 | D | EB | 2C | 4D |
| Octal | 253 | 257 | 336 | 27 | 25 | 0 | 15 | 353 | 54 | 115 |
| Binary | 10101011 | 10101111 | 11011110 | 10111 | 10101 | 0 | 1101 | 11101011 | 101100 | 1001101 |
Color Harmonies of #ABAFDE
Complementary color
Monochromatic Colors of #ABAFDE
Black with #ABAFDE
Text Example
Text Example
White with #ABAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFDE; }
p { color: rgb(171,175,222); }
H1.HeaderClassName
{
color: #ABAFDE;
}
.AnyTagClassName
{
color: #ABAFDE;
}
</style>
background-color css
<style>
a { background-color: #ABAFDE; }
a { background-color: rgb(171,175,222); }
div.DivClassName
{
background-color: #ABAFDE;
}
.BgClassName
{
background-color: #ABAFDE;
}
</style>
border-color css
<style>
span { border-color: #ABAFDE; }
span { border-color: rgb(171,175,222); }
td.TdClassName
{
border-color: #ABAFDE;
}
.TagClassName
{
border-color: #ABAFDE;
}
</style>