Shades of Perano #ADB5DD
Tints of Perano #ADB5DD
RGB
CMYK
RGB Variations
Color information
#ADB5DD (or 0xADB5DD) is known color: Perano. HEX triplet: AD, B5 and DD. RGB value is (173,181,221). Sum of RGB (Red+Green+Blue) = 173+181+221=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADB5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5DD is #524A22. Grayscale: #B7B7B7. Windows color (decimal): -5392931 or 14529965. OLE color: 14529965.
HSL color Cylindrical-coordinate representation of color #ADB5DD: hue angle of 230º 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 #ADB5DD is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 173 | 181 | 221 | - |
CMYK | 0.22 | 0.18 | 0 | 0.13 |
HSL | 230º | 0.41% | 0.77% | - |
HSV(B) | 230º | 0.22% | 0.87% | - |
XYZ | 46.81 | 47.15 | 75.04 | - |
YUV | 183.17 | 149.35 | 120.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 221 | 0.22 | 0.18 | 0 | 0.13 | 230 | 0.41 | 0.77 |
Hex | AD | B5 | DD | 16 | 12 | 0 | D | E6 | 29 | 4D |
Octal | 255 | 265 | 335 | 26 | 22 | 0 | 15 | 346 | 51 | 115 |
Binary | 10101101 | 10110101 | 11011101 | 10110 | 10010 | 0 | 1101 | 11100110 | 101001 | 1001101 |
Color Harmonies of #ADB5DD
Complementary color
Monochromatic Colors of #ADB5DD
Black with #ADB5DD
Text Example
Text Example
White with #ADB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5DD; }
p { color: rgb(173,181,221); }
H1.HeaderClassName
{
color: #ADB5DD;
}
.AnyTagClassName
{
color: #ADB5DD;
}
</style>
background-color css
<style>
a { background-color: #ADB5DD; }
a { background-color: rgb(173,181,221); }
div.DivClassName
{
background-color: #ADB5DD;
}
.BgClassName
{
background-color: #ADB5DD;
}
</style>
border-color css
<style>
span { border-color: #ADB5DD; }
span { border-color: rgb(173,181,221); }
td.TdClassName
{
border-color: #ADB5DD;
}
.TagClassName
{
border-color: #ADB5DD;
}
</style>