Shades of Perano #ADB3DD
Tints of Perano #ADB3DD
RGB
CMYK
RGB Variations
Color information
#ADB3DD (or 0xADB3DD) is known color: Perano. HEX triplet: AD, B3 and DD. RGB value is (173,179,221). Sum of RGB (Red+Green+Blue) = 173+179+221=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADB3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3DD is #524C22. Grayscale: #B5B5B5. Windows color (decimal): -5393443 or 14529453. OLE color: 14529453.
HSL color Cylindrical-coordinate representation of color #ADB3DD: hue angle of 232.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 #ADB3DD is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 173 | 179 | 221 | - |
CMYK | 0.22 | 0.19 | 0 | 0.13 |
HSL | 232.5º | 0.41% | 0.77% | - |
HSV(B) | 232.5º | 0.22% | 0.87% | - |
XYZ | 46.4 | 46.34 | 74.91 | - |
YUV | 181.99 | 150.01 | 121.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 179 | 221 | 0.22 | 0.19 | 0 | 0.13 | 232.5 | 0.41 | 0.77 |
Hex | AD | B3 | DD | 16 | 13 | 0 | D | E8 | 29 | 4D |
Octal | 255 | 263 | 335 | 26 | 23 | 0 | 15 | 350 | 51 | 115 |
Binary | 10101101 | 10110011 | 11011101 | 10110 | 10011 | 0 | 1101 | 11101000 | 101001 | 1001101 |
Color Harmonies of #ADB3DD
Complementary color
Monochromatic Colors of #ADB3DD
Black with #ADB3DD
Text Example
Text Example
White with #ADB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3DD; }
p { color: rgb(173,179,221); }
H1.HeaderClassName
{
color: #ADB3DD;
}
.AnyTagClassName
{
color: #ADB3DD;
}
</style>
background-color css
<style>
a { background-color: #ADB3DD; }
a { background-color: rgb(173,179,221); }
div.DivClassName
{
background-color: #ADB3DD;
}
.BgClassName
{
background-color: #ADB3DD;
}
</style>
border-color css
<style>
span { border-color: #ADB3DD; }
span { border-color: rgb(173,179,221); }
td.TdClassName
{
border-color: #ADB3DD;
}
.TagClassName
{
border-color: #ADB3DD;
}
</style>