Shades of Spun Pearl #ADAABD
Tints of Spun Pearl #ADAABD
RGB
CMYK
RGB Variations
Color information
#ADAABD (or 0xADAABD) is known color: Spun Pearl. HEX triplet: AD, AA and BD. RGB value is (173,170,189). Sum of RGB (Red+Green+Blue) = 173+170+189=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAABD is #525542. Grayscale: #ACACAC. Windows color (decimal): -5395779 or 12429997. OLE color: 12429997.
HSL color Cylindrical-coordinate representation of color #ADAABD: hue angle of 249.47º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADAABD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 170 | 189 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.26 |
| HSL | 249.47º | 0.13% | 0.7% | - |
| HSV(B) | 249.47º | 0.1% | 0.74% | - |
| XYZ | 40.79 | 41.31 | 53.97 | - |
| YUV | 173.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 189 | 0.08 | 0.10 | 0 | 0.26 | 249.47 | 0.13 | 0.7 |
| Hex | AD | AA | BD | 8 | A | 0 | 1A | F9 | D | 46 |
| Octal | 255 | 252 | 275 | 10 | 12 | 0 | 32 | 371 | 15 | 106 |
| Binary | 10101101 | 10101010 | 10111101 | 1000 | 1010 | 0 | 11010 | 11111001 | 1101 | 1000110 |
Color Harmonies of #ADAABD
Complementary color
Monochromatic Colors of #ADAABD
Black with #ADAABD
Text Example
Text Example
White with #ADAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAABD; }
p { color: rgb(173,170,189); }
H1.HeaderClassName
{
color: #ADAABD;
}
.AnyTagClassName
{
color: #ADAABD;
}
</style>
background-color css
<style>
a { background-color: #ADAABD; }
a { background-color: rgb(173,170,189); }
div.DivClassName
{
background-color: #ADAABD;
}
.BgClassName
{
background-color: #ADAABD;
}
</style>
border-color css
<style>
span { border-color: #ADAABD; }
span { border-color: rgb(173,170,189); }
td.TdClassName
{
border-color: #ADAABD;
}
.TagClassName
{
border-color: #ADAABD;
}
</style>