Shades of Perano #ADB1DF
Tints of Perano #ADB1DF
RGB
CMYK
RGB Variations
Color information
#ADB1DF (or 0xADB1DF) is known color: Perano. HEX triplet: AD, B1 and DF. RGB value is (173,177,223). Sum of RGB (Red+Green+Blue) = 173+177+223=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADB1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1DF is #524E20. Grayscale: #B4B4B4. Windows color (decimal): -5393953 or 14660013. OLE color: 14660013.
HSL color Cylindrical-coordinate representation of color #ADB1DF: hue angle of 235.2º 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 #ADB1DF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 177 | 223 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.13 |
| HSL | 235.2º | 0.44% | 0.78% | - |
| HSV(B) | 235.2º | 0.22% | 0.87% | - |
| XYZ | 46.28 | 45.66 | 76.19 | - |
| YUV | 181.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 223 | 0.22 | 0.21 | 0 | 0.13 | 235.2 | 0.44 | 0.78 |
| Hex | AD | B1 | DF | 16 | 15 | 0 | D | EB | 2C | 4E |
| Octal | 255 | 261 | 337 | 26 | 25 | 0 | 15 | 353 | 54 | 116 |
| Binary | 10101101 | 10110001 | 11011111 | 10110 | 10101 | 0 | 1101 | 11101011 | 101100 | 1001110 |
Color Harmonies of #ADB1DF
Complementary color
Monochromatic Colors of #ADB1DF
Black with #ADB1DF
Text Example
Text Example
White with #ADB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1DF; }
p { color: rgb(173,177,223); }
H1.HeaderClassName
{
color: #ADB1DF;
}
.AnyTagClassName
{
color: #ADB1DF;
}
</style>
background-color css
<style>
a { background-color: #ADB1DF; }
a { background-color: rgb(173,177,223); }
div.DivClassName
{
background-color: #ADB1DF;
}
.BgClassName
{
background-color: #ADB1DF;
}
</style>
border-color css
<style>
span { border-color: #ADB1DF; }
span { border-color: rgb(173,177,223); }
td.TdClassName
{
border-color: #ADB1DF;
}
.TagClassName
{
border-color: #ADB1DF;
}
</style>