Shades of Perano #ADB3DB
Tints of Perano #ADB3DB
RGB
CMYK
RGB Variations
Color information
#ADB3DB (or 0xADB3DB) is known color: Perano. HEX triplet: AD, B3 and DB. RGB value is (173,179,219). Sum of RGB (Red+Green+Blue) = 173+179+219=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADB3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3DB is #524C24. Grayscale: #B5B5B5. Windows color (decimal): -5393445 or 14398381. OLE color: 14398381.
HSL color Cylindrical-coordinate representation of color #ADB3DB: hue angle of 232.17º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB3DB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 179 | 219 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.14 |
| HSL | 232.17º | 0.39% | 0.77% | - |
| HSV(B) | 232.17º | 0.21% | 0.86% | - |
| XYZ | 46.14 | 46.24 | 73.51 | - |
| YUV | 181.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 219 | 0.21 | 0.18 | 0 | 0.14 | 232.17 | 0.39 | 0.77 |
| Hex | AD | B3 | DB | 15 | 12 | 0 | E | E8 | 27 | 4D |
| Octal | 255 | 263 | 333 | 25 | 22 | 0 | 16 | 350 | 47 | 115 |
| Binary | 10101101 | 10110011 | 11011011 | 10101 | 10010 | 0 | 1110 | 11101000 | 100111 | 1001101 |
Color Harmonies of #ADB3DB
Complementary color
Monochromatic Colors of #ADB3DB
Black with #ADB3DB
Text Example
Text Example
White with #ADB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3DB; }
p { color: rgb(173,179,219); }
H1.HeaderClassName
{
color: #ADB3DB;
}
.AnyTagClassName
{
color: #ADB3DB;
}
</style>
background-color css
<style>
a { background-color: #ADB3DB; }
a { background-color: rgb(173,179,219); }
div.DivClassName
{
background-color: #ADB3DB;
}
.BgClassName
{
background-color: #ADB3DB;
}
</style>
border-color css
<style>
span { border-color: #ADB3DB; }
span { border-color: rgb(173,179,219); }
td.TdClassName
{
border-color: #ADB3DB;
}
.TagClassName
{
border-color: #ADB3DB;
}
</style>