Shades of Perano #ADB0DD
Tints of Perano #ADB0DD
RGB
CMYK
RGB Variations
Color information
#ADB0DD (or 0xADB0DD) is known color: Perano. HEX triplet: AD, B0 and DD. RGB value is (173,176,221). Sum of RGB (Red+Green+Blue) = 173+176+221=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0DD is #524F22. Grayscale: #B4B4B4. Windows color (decimal): -5394211 or 14528685. OLE color: 14528685.
HSL color Cylindrical-coordinate representation of color #ADB0DD: hue angle of 236.25º 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 #ADB0DD is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 176 | 221 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.13 |
| HSL | 236.25º | 0.41% | 0.77% | - |
| HSV(B) | 236.25º | 0.22% | 0.87% | - |
| XYZ | 45.81 | 45.16 | 74.71 | - |
| YUV | 180.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 221 | 0.22 | 0.20 | 0 | 0.13 | 236.25 | 0.41 | 0.77 |
| Hex | AD | B0 | DD | 16 | 14 | 0 | D | EC | 29 | 4D |
| Octal | 255 | 260 | 335 | 26 | 24 | 0 | 15 | 354 | 51 | 115 |
| Binary | 10101101 | 10110000 | 11011101 | 10110 | 10100 | 0 | 1101 | 11101100 | 101001 | 1001101 |
Color Harmonies of #ADB0DD
Complementary color
Monochromatic Colors of #ADB0DD
Black with #ADB0DD
Text Example
Text Example
White with #ADB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0DD; }
p { color: rgb(173,176,221); }
H1.HeaderClassName
{
color: #ADB0DD;
}
.AnyTagClassName
{
color: #ADB0DD;
}
</style>
background-color css
<style>
a { background-color: #ADB0DD; }
a { background-color: rgb(173,176,221); }
div.DivClassName
{
background-color: #ADB0DD;
}
.BgClassName
{
background-color: #ADB0DD;
}
</style>
border-color css
<style>
span { border-color: #ADB0DD; }
span { border-color: rgb(173,176,221); }
td.TdClassName
{
border-color: #ADB0DD;
}
.TagClassName
{
border-color: #ADB0DD;
}
</style>