Shades of Perano #ADB6DD
Tints of Perano #ADB6DD
RGB
CMYK
RGB Variations
Color information
#ADB6DD (or 0xADB6DD) is known color: Perano. HEX triplet: AD, B6 and DD. RGB value is (173,182,221). Sum of RGB (Red+Green+Blue) = 173+182+221=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADB6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6DD is #524922. Grayscale: #B7B7B7. Windows color (decimal): -5392675 or 14530221. OLE color: 14530221.
HSL color Cylindrical-coordinate representation of color #ADB6DD: hue angle of 228.75º 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 #ADB6DD is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 182 | 221 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.13 |
| HSL | 228.75º | 0.41% | 0.77% | - |
| HSV(B) | 228.75º | 0.22% | 0.87% | - |
| XYZ | 47.01 | 47.56 | 75.11 | - |
| YUV | 183.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 221 | 0.22 | 0.18 | 0 | 0.13 | 228.75 | 0.41 | 0.77 |
| Hex | AD | B6 | DD | 16 | 12 | 0 | D | E5 | 29 | 4D |
| Octal | 255 | 266 | 335 | 26 | 22 | 0 | 15 | 345 | 51 | 115 |
| Binary | 10101101 | 10110110 | 11011101 | 10110 | 10010 | 0 | 1101 | 11100101 | 101001 | 1001101 |
Color Harmonies of #ADB6DD
Complementary color
Monochromatic Colors of #ADB6DD
Black with #ADB6DD
Text Example
Text Example
White with #ADB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6DD; }
p { color: rgb(173,182,221); }
H1.HeaderClassName
{
color: #ADB6DD;
}
.AnyTagClassName
{
color: #ADB6DD;
}
</style>
background-color css
<style>
a { background-color: #ADB6DD; }
a { background-color: rgb(173,182,221); }
div.DivClassName
{
background-color: #ADB6DD;
}
.BgClassName
{
background-color: #ADB6DD;
}
</style>
border-color css
<style>
span { border-color: #ADB6DD; }
span { border-color: rgb(173,182,221); }
td.TdClassName
{
border-color: #ADB6DD;
}
.TagClassName
{
border-color: #ADB6DD;
}
</style>