Shades of Perano #ADB8DD
Tints of Perano #ADB8DD
RGB
CMYK
RGB Variations
Color information
#ADB8DD (or 0xADB8DD) is known color: Perano. HEX triplet: AD, B8 and DD. RGB value is (173,184,221). Sum of RGB (Red+Green+Blue) = 173+184+221=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADB8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8DD is #524722. Grayscale: #B8B8B8. Windows color (decimal): -5392163 or 14530733. OLE color: 14530733.
HSL color Cylindrical-coordinate representation of color #ADB8DD: hue angle of 226.25º 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 #ADB8DD is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 184 | 221 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.13 |
| HSL | 226.25º | 0.41% | 0.77% | - |
| HSV(B) | 226.25º | 0.22% | 0.87% | - |
| XYZ | 47.43 | 48.39 | 75.25 | - |
| YUV | 184.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 221 | 0.22 | 0.17 | 0 | 0.13 | 226.25 | 0.41 | 0.77 |
| Hex | AD | B8 | DD | 16 | 11 | 0 | D | E2 | 29 | 4D |
| Octal | 255 | 270 | 335 | 26 | 21 | 0 | 15 | 342 | 51 | 115 |
| Binary | 10101101 | 10111000 | 11011101 | 10110 | 10001 | 0 | 1101 | 11100010 | 101001 | 1001101 |
Color Harmonies of #ADB8DD
Complementary color
Monochromatic Colors of #ADB8DD
Black with #ADB8DD
Text Example
Text Example
White with #ADB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8DD; }
p { color: rgb(173,184,221); }
H1.HeaderClassName
{
color: #ADB8DD;
}
.AnyTagClassName
{
color: #ADB8DD;
}
</style>
background-color css
<style>
a { background-color: #ADB8DD; }
a { background-color: rgb(173,184,221); }
div.DivClassName
{
background-color: #ADB8DD;
}
.BgClassName
{
background-color: #ADB8DD;
}
</style>
border-color css
<style>
span { border-color: #ADB8DD; }
span { border-color: rgb(173,184,221); }
td.TdClassName
{
border-color: #ADB8DD;
}
.TagClassName
{
border-color: #ADB8DD;
}
</style>