Shades of Spun Pearl #AEADB8
Tints of Spun Pearl #AEADB8
RGB
CMYK
RGB Variations
Color information
#AEADB8 (or 0xAEADB8) is known color: Spun Pearl. HEX triplet: AE, AD and B8. RGB value is (174,173,184). Sum of RGB (Red+Green+Blue) = 174+173+184=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 184 - color contains mainly: blue. Hex color #AEADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADB8 is #515247. Grayscale: #AEAEAE. Windows color (decimal): -5329480 or 12103086. OLE color: 12103086.
HSL color Cylindrical-coordinate representation of color #AEADB8: hue angle of 245.45º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEADB8 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 173 | 184 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.28 |
| HSL | 245.45º | 0.07% | 0.7% | - |
| HSV(B) | 245.45º | 0.06% | 0.72% | - |
| XYZ | 41.05 | 42.35 | 51.36 | - |
| YUV | 174.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 184 | 0.05 | 0.06 | 0 | 0.28 | 245.45 | 0.07 | 0.7 |
| Hex | AE | AD | B8 | 5 | 6 | 0 | 1C | F5 | 7 | 46 |
| Octal | 256 | 255 | 270 | 5 | 6 | 0 | 34 | 365 | 7 | 106 |
| Binary | 10101110 | 10101101 | 10111000 | 101 | 110 | 0 | 11100 | 11110101 | 111 | 1000110 |
Color Harmonies of #AEADB8
Complementary color
Monochromatic Colors of #AEADB8
Black with #AEADB8
Text Example
Text Example
White with #AEADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADB8; }
p { color: rgb(174,173,184); }
H1.HeaderClassName
{
color: #AEADB8;
}
.AnyTagClassName
{
color: #AEADB8;
}
</style>
background-color css
<style>
a { background-color: #AEADB8; }
a { background-color: rgb(174,173,184); }
div.DivClassName
{
background-color: #AEADB8;
}
.BgClassName
{
background-color: #AEADB8;
}
</style>
border-color css
<style>
span { border-color: #AEADB8; }
span { border-color: rgb(174,173,184); }
td.TdClassName
{
border-color: #AEADB8;
}
.TagClassName
{
border-color: #AEADB8;
}
</style>