Shades of Spun Pearl #AEADB4
Tints of Spun Pearl #AEADB4
RGB
CMYK
RGB Variations
Color information
#AEADB4 (or 0xAEADB4) is known color: Spun Pearl. HEX triplet: AE, AD and B4. RGB value is (174,173,180). Sum of RGB (Red+Green+Blue) = 174+173+180=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 180 - color contains mainly: blue. Hex color #AEADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADB4 is #51524B. Grayscale: #AEAEAE. Windows color (decimal): -5329484 or 11840942. OLE color: 11840942.
HSL color Cylindrical-coordinate representation of color #AEADB4: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEADB4 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 173 | 180 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.29 |
| HSL | 248.57º | 0.04% | 0.69% | - |
| HSV(B) | 248.57º | 0.04% | 0.71% | - |
| XYZ | 40.64 | 42.18 | 49.18 | - |
| YUV | 174.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 180 | 0.03 | 0.04 | 0 | 0.29 | 248.57 | 0.04 | 0.69 |
| Hex | AE | AD | B4 | 3 | 4 | 0 | 1D | F9 | 4 | 45 |
| Octal | 256 | 255 | 264 | 3 | 4 | 0 | 35 | 371 | 4 | 105 |
| Binary | 10101110 | 10101101 | 10110100 | 11 | 100 | 0 | 11101 | 11111001 | 100 | 1000101 |
Color Harmonies of #AEADB4
Complementary color
Monochromatic Colors of #AEADB4
Black with #AEADB4
Text Example
Text Example
White with #AEADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADB4; }
p { color: rgb(174,173,180); }
H1.HeaderClassName
{
color: #AEADB4;
}
.AnyTagClassName
{
color: #AEADB4;
}
</style>
background-color css
<style>
a { background-color: #AEADB4; }
a { background-color: rgb(174,173,180); }
div.DivClassName
{
background-color: #AEADB4;
}
.BgClassName
{
background-color: #AEADB4;
}
</style>
border-color css
<style>
span { border-color: #AEADB4; }
span { border-color: rgb(174,173,180); }
td.TdClassName
{
border-color: #AEADB4;
}
.TagClassName
{
border-color: #AEADB4;
}
</style>