Shades of Perano #ADB7DD
Tints of Perano #ADB7DD
RGB
CMYK
RGB Variations
Color information
#ADB7DD (or 0xADB7DD) is known color: Perano. HEX triplet: AD, B7 and DD. RGB value is (173,183,221). Sum of RGB (Red+Green+Blue) = 173+183+221=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADB7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7DD is #524822. Grayscale: #B8B8B8. Windows color (decimal): -5392419 or 14530477. OLE color: 14530477.
HSL color Cylindrical-coordinate representation of color #ADB7DD: hue angle of 227.5º degrees, saturation: 0.41, 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 #ADB7DD is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 183 | 221 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.13 |
| HSL | 227.5º | 0.41% | 0.77% | - |
| HSV(B) | 227.5º | 0.22% | 0.87% | - |
| XYZ | 47.22 | 47.97 | 75.18 | - |
| YUV | 184.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 221 | 0.22 | 0.17 | 0 | 0.13 | 227.5 | 0.41 | 0.77 |
| Hex | AD | B7 | DD | 16 | 11 | 0 | D | E4 | 29 | 4D |
| Octal | 255 | 267 | 335 | 26 | 21 | 0 | 15 | 344 | 51 | 115 |
| Binary | 10101101 | 10110111 | 11011101 | 10110 | 10001 | 0 | 1101 | 11100100 | 101001 | 1001101 |
Color Harmonies of #ADB7DD
Complementary color
Monochromatic Colors of #ADB7DD
Black with #ADB7DD
Text Example
Text Example
White with #ADB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7DD; }
p { color: rgb(173,183,221); }
H1.HeaderClassName
{
color: #ADB7DD;
}
.AnyTagClassName
{
color: #ADB7DD;
}
</style>
background-color css
<style>
a { background-color: #ADB7DD; }
a { background-color: rgb(173,183,221); }
div.DivClassName
{
background-color: #ADB7DD;
}
.BgClassName
{
background-color: #ADB7DD;
}
</style>
border-color css
<style>
span { border-color: #ADB7DD; }
span { border-color: rgb(173,183,221); }
td.TdClassName
{
border-color: #ADB7DD;
}
.TagClassName
{
border-color: #ADB7DD;
}
</style>