Shades of Spindle #AEC2D1
Tints of Spindle #AEC2D1
RGB
CMYK
RGB Variations
Color information
#AEC2D1 (or 0xAEC2D1) is known color: Spindle. HEX triplet: AE, C2 and D1. RGB value is (174,194,209). Sum of RGB (Red+Green+Blue) = 174+194+209=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEC2D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2D1 is #513D2E. Grayscale: #BDBDBD. Windows color (decimal): -5324079 or 13746862. OLE color: 13746862.
HSL color Cylindrical-coordinate representation of color #AEC2D1: hue angle of 205.71º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEC2D1 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 194 | 209 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.18 |
| HSL | 205.71º | 0.28% | 0.75% | - |
| HSV(B) | 205.71º | 0.17% | 0.82% | - |
| XYZ | 48.26 | 52.19 | 67.85 | - |
| YUV | 189.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 209 | 0.17 | 0.07 | 0 | 0.18 | 205.71 | 0.28 | 0.75 |
| Hex | AE | C2 | D1 | 11 | 7 | 0 | 12 | CE | 1C | 4B |
| Octal | 256 | 302 | 321 | 21 | 7 | 0 | 22 | 316 | 34 | 113 |
| Binary | 10101110 | 11000010 | 11010001 | 10001 | 111 | 0 | 10010 | 11001110 | 11100 | 1001011 |
Color Harmonies of #AEC2D1
Complementary color
Monochromatic Colors of #AEC2D1
Black with #AEC2D1
Text Example
Text Example
White with #AEC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2D1; }
p { color: rgb(174,194,209); }
H1.HeaderClassName
{
color: #AEC2D1;
}
.AnyTagClassName
{
color: #AEC2D1;
}
</style>
background-color css
<style>
a { background-color: #AEC2D1; }
a { background-color: rgb(174,194,209); }
div.DivClassName
{
background-color: #AEC2D1;
}
.BgClassName
{
background-color: #AEC2D1;
}
</style>
border-color css
<style>
span { border-color: #AEC2D1; }
span { border-color: rgb(174,194,209); }
td.TdClassName
{
border-color: #AEC2D1;
}
.TagClassName
{
border-color: #AEC2D1;
}
</style>