Shades of Spindle #AEBDD4
Tints of Spindle #AEBDD4
RGB
CMYK
RGB Variations
Color information
#AEBDD4 (or 0xAEBDD4) is known color: Spindle. HEX triplet: AE, BD and D4. RGB value is (174,189,212). Sum of RGB (Red+Green+Blue) = 174+189+212=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEBDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDD4 is #51422B. Grayscale: #BBBBBB. Windows color (decimal): -5325356 or 13942190. OLE color: 13942190.
HSL color Cylindrical-coordinate representation of color #AEBDD4: hue angle of 216.32º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEBDD4 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 189 | 212 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.17 |
| HSL | 216.32º | 0.31% | 0.76% | - |
| HSV(B) | 216.32º | 0.18% | 0.83% | - |
| XYZ | 47.54 | 50.15 | 69.46 | - |
| YUV | 187.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 212 | 0.18 | 0.11 | 0 | 0.17 | 216.32 | 0.31 | 0.76 |
| Hex | AE | BD | D4 | 12 | B | 0 | 11 | D8 | 1F | 4C |
| Octal | 256 | 275 | 324 | 22 | 13 | 0 | 21 | 330 | 37 | 114 |
| Binary | 10101110 | 10111101 | 11010100 | 10010 | 1011 | 0 | 10001 | 11011000 | 11111 | 1001100 |
Color Harmonies of #AEBDD4
Complementary color
Monochromatic Colors of #AEBDD4
Black with #AEBDD4
Text Example
Text Example
White with #AEBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDD4; }
p { color: rgb(174,189,212); }
H1.HeaderClassName
{
color: #AEBDD4;
}
.AnyTagClassName
{
color: #AEBDD4;
}
</style>
background-color css
<style>
a { background-color: #AEBDD4; }
a { background-color: rgb(174,189,212); }
div.DivClassName
{
background-color: #AEBDD4;
}
.BgClassName
{
background-color: #AEBDD4;
}
</style>
border-color css
<style>
span { border-color: #AEBDD4; }
span { border-color: rgb(174,189,212); }
td.TdClassName
{
border-color: #AEBDD4;
}
.TagClassName
{
border-color: #AEBDD4;
}
</style>