Shades of Spindle #AEBDCE
Tints of Spindle #AEBDCE
RGB
CMYK
RGB Variations
Color information
#AEBDCE (or 0xAEBDCE) is known color: Spindle. HEX triplet: AE, BD and CE. RGB value is (174,189,206). Sum of RGB (Red+Green+Blue) = 174+189+206=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDCE is #514231. Grayscale: #BABABA. Windows color (decimal): -5325362 or 13548974. OLE color: 13548974.
HSL color Cylindrical-coordinate representation of color #AEBDCE: hue angle of 211.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEBDCE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 189 | 206 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.19 |
| HSL | 211.88º | 0.25% | 0.75% | - |
| HSV(B) | 211.88º | 0.16% | 0.81% | - |
| XYZ | 46.79 | 49.85 | 65.55 | - |
| YUV | 186.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 206 | 0.16 | 0.08 | 0 | 0.19 | 211.88 | 0.25 | 0.75 |
| Hex | AE | BD | CE | 10 | 8 | 0 | 13 | D4 | 19 | 4B |
| Octal | 256 | 275 | 316 | 20 | 10 | 0 | 23 | 324 | 31 | 113 |
| Binary | 10101110 | 10111101 | 11001110 | 10000 | 1000 | 0 | 10011 | 11010100 | 11001 | 1001011 |
Color Harmonies of #AEBDCE
Complementary color
Monochromatic Colors of #AEBDCE
Black with #AEBDCE
Text Example
Text Example
White with #AEBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDCE; }
p { color: rgb(174,189,206); }
H1.HeaderClassName
{
color: #AEBDCE;
}
.AnyTagClassName
{
color: #AEBDCE;
}
</style>
background-color css
<style>
a { background-color: #AEBDCE; }
a { background-color: rgb(174,189,206); }
div.DivClassName
{
background-color: #AEBDCE;
}
.BgClassName
{
background-color: #AEBDCE;
}
</style>
border-color css
<style>
span { border-color: #AEBDCE; }
span { border-color: rgb(174,189,206); }
td.TdClassName
{
border-color: #AEBDCE;
}
.TagClassName
{
border-color: #AEBDCE;
}
</style>