Shades of Perano #ADB7DF
Tints of Perano #ADB7DF
RGB
CMYK
RGB Variations
Color information
#ADB7DF (or 0xADB7DF) is known color: Perano. HEX triplet: AD, B7 and DF. RGB value is (173,183,223). Sum of RGB (Red+Green+Blue) = 173+183+223=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADB7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7DF is #524820. Grayscale: #B8B8B8. Windows color (decimal): -5392417 or 14661549. OLE color: 14661549.
HSL color Cylindrical-coordinate representation of color #ADB7DF: hue angle of 228º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB7DF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 183 | 223 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.13 |
| HSL | 228º | 0.44% | 0.78% | - |
| HSV(B) | 228º | 0.22% | 0.87% | - |
| XYZ | 47.49 | 48.08 | 76.59 | - |
| YUV | 184.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 223 | 0.22 | 0.18 | 0 | 0.13 | 228 | 0.44 | 0.78 |
| Hex | AD | B7 | DF | 16 | 12 | 0 | D | E4 | 2C | 4E |
| Octal | 255 | 267 | 337 | 26 | 22 | 0 | 15 | 344 | 54 | 116 |
| Binary | 10101101 | 10110111 | 11011111 | 10110 | 10010 | 0 | 1101 | 11100100 | 101100 | 1001110 |
Color Harmonies of #ADB7DF
Complementary color
Monochromatic Colors of #ADB7DF
Black with #ADB7DF
Text Example
Text Example
White with #ADB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7DF; }
p { color: rgb(173,183,223); }
H1.HeaderClassName
{
color: #ADB7DF;
}
.AnyTagClassName
{
color: #ADB7DF;
}
</style>
background-color css
<style>
a { background-color: #ADB7DF; }
a { background-color: rgb(173,183,223); }
div.DivClassName
{
background-color: #ADB7DF;
}
.BgClassName
{
background-color: #ADB7DF;
}
</style>
border-color css
<style>
span { border-color: #ADB7DF; }
span { border-color: rgb(173,183,223); }
td.TdClassName
{
border-color: #ADB7DF;
}
.TagClassName
{
border-color: #ADB7DF;
}
</style>