Shades of Spun Pearl #AEADB2
Tints of Spun Pearl #AEADB2
RGB
CMYK
RGB Variations
Color information
#AEADB2 (or 0xAEADB2) is known color: Spun Pearl. HEX triplet: AE, AD and B2. RGB value is (174,173,178). Sum of RGB (Red+Green+Blue) = 174+173+178=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 178 - color contains mainly: blue. Hex color #AEADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEADB2 is #51524D. Grayscale: #ADADAD. Windows color (decimal): -5329486 or 11709870. OLE color: 11709870.
HSL color Cylindrical-coordinate representation of color #AEADB2: hue angle of 252º degrees, saturation: 0.03, 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 #AEADB2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 174 | 173 | 178 | - |
CMYK | 0.02 | 0.03 | 0 | 0.30 |
HSL | 252º | 0.03% | 0.69% | - |
HSV(B) | 252º | 0.03% | 0.7% | - |
XYZ | 40.44 | 42.1 | 48.11 | - |
YUV | 173.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 173 | 178 | 0.02 | 0.03 | 0 | 0.30 | 252 | 0.03 | 0.69 |
Hex | AE | AD | B2 | 2 | 3 | 0 | 1E | FC | 3 | 45 |
Octal | 256 | 255 | 262 | 2 | 3 | 0 | 36 | 374 | 3 | 105 |
Binary | 10101110 | 10101101 | 10110010 | 10 | 11 | 0 | 11110 | 11111100 | 11 | 1000101 |
Color Harmonies of #AEADB2
Complementary color
Monochromatic Colors of #AEADB2
Black with #AEADB2
Text Example
Text Example
White with #AEADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADB2; }
p { color: rgb(174,173,178); }
H1.HeaderClassName
{
color: #AEADB2;
}
.AnyTagClassName
{
color: #AEADB2;
}
</style>
background-color css
<style>
a { background-color: #AEADB2; }
a { background-color: rgb(174,173,178); }
div.DivClassName
{
background-color: #AEADB2;
}
.BgClassName
{
background-color: #AEADB2;
}
</style>
border-color css
<style>
span { border-color: #AEADB2; }
span { border-color: rgb(174,173,178); }
td.TdClassName
{
border-color: #AEADB2;
}
.TagClassName
{
border-color: #AEADB2;
}
</style>