Shades of Spindle #AEC1D3
Tints of Spindle #AEC1D3
RGB
CMYK
RGB Variations
Color information
#AEC1D3 (or 0xAEC1D3) is known color: Spindle. HEX triplet: AE, C1 and D3. RGB value is (174,193,211). Sum of RGB (Red+Green+Blue) = 174+193+211=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 211 - color contains mainly: blue. Hex color #AEC1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1D3 is #513E2C. Grayscale: #BDBDBD. Windows color (decimal): -5324333 or 13877678. OLE color: 13877678.
HSL color Cylindrical-coordinate representation of color #AEC1D3: hue angle of 209.19º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEC1D3 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 193 | 211 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.17 |
| HSL | 209.19º | 0.3% | 0.75% | - |
| HSV(B) | 209.19º | 0.18% | 0.83% | - |
| XYZ | 48.28 | 51.84 | 69.09 | - |
| YUV | 189.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 211 | 0.18 | 0.09 | 0 | 0.17 | 209.19 | 0.3 | 0.75 |
| Hex | AE | C1 | D3 | 12 | 9 | 0 | 11 | D1 | 1E | 4B |
| Octal | 256 | 301 | 323 | 22 | 11 | 0 | 21 | 321 | 36 | 113 |
| Binary | 10101110 | 11000001 | 11010011 | 10010 | 1001 | 0 | 10001 | 11010001 | 11110 | 1001011 |
Color Harmonies of #AEC1D3
Complementary color
Monochromatic Colors of #AEC1D3
Black with #AEC1D3
Text Example
Text Example
White with #AEC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC1D3; }
p { color: rgb(174,193,211); }
H1.HeaderClassName
{
color: #AEC1D3;
}
.AnyTagClassName
{
color: #AEC1D3;
}
</style>
background-color css
<style>
a { background-color: #AEC1D3; }
a { background-color: rgb(174,193,211); }
div.DivClassName
{
background-color: #AEC1D3;
}
.BgClassName
{
background-color: #AEC1D3;
}
</style>
border-color css
<style>
span { border-color: #AEC1D3; }
span { border-color: rgb(174,193,211); }
td.TdClassName
{
border-color: #AEC1D3;
}
.TagClassName
{
border-color: #AEC1D3;
}
</style>