Shades of Spun Pearl #AEADB3
Tints of Spun Pearl #AEADB3
RGB
CMYK
RGB Variations
Color information
#AEADB3 (or 0xAEADB3) is known color: Spun Pearl. HEX triplet: AE, AD and B3. RGB value is (174,173,179). Sum of RGB (Red+Green+Blue) = 174+173+179=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 179 - color contains mainly: blue. Hex color #AEADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADB3 is #51524C. Grayscale: #ADADAD. Windows color (decimal): -5329485 or 11775406. OLE color: 11775406.
HSL color Cylindrical-coordinate representation of color #AEADB3: hue angle of 250º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEADB3 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 173 | 179 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.30 |
| HSL | 250º | 0.04% | 0.69% | - |
| HSV(B) | 250º | 0.03% | 0.7% | - |
| XYZ | 40.54 | 42.14 | 48.65 | - |
| YUV | 173.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 179 | 0.03 | 0.03 | 0 | 0.30 | 250 | 0.04 | 0.69 |
| Hex | AE | AD | B3 | 3 | 3 | 0 | 1E | FA | 4 | 45 |
| Octal | 256 | 255 | 263 | 3 | 3 | 0 | 36 | 372 | 4 | 105 |
| Binary | 10101110 | 10101101 | 10110011 | 11 | 11 | 0 | 11110 | 11111010 | 100 | 1000101 |
Color Harmonies of #AEADB3
Complementary color
Monochromatic Colors of #AEADB3
Black with #AEADB3
Text Example
Text Example
White with #AEADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADB3; }
p { color: rgb(174,173,179); }
H1.HeaderClassName
{
color: #AEADB3;
}
.AnyTagClassName
{
color: #AEADB3;
}
</style>
background-color css
<style>
a { background-color: #AEADB3; }
a { background-color: rgb(174,173,179); }
div.DivClassName
{
background-color: #AEADB3;
}
.BgClassName
{
background-color: #AEADB3;
}
</style>
border-color css
<style>
span { border-color: #AEADB3; }
span { border-color: rgb(174,173,179); }
td.TdClassName
{
border-color: #AEADB3;
}
.TagClassName
{
border-color: #AEADB3;
}
</style>