Shades of Spindle #AEC2D0
Tints of Spindle #AEC2D0
RGB
CMYK
RGB Variations
Color information
#AEC2D0 (or 0xAEC2D0) is known color: Spindle. HEX triplet: AE, C2 and D0. RGB value is (174,194,208). Sum of RGB (Red+Green+Blue) = 174+194+208=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEC2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2D0 is #513D2F. Grayscale: #BDBDBD. Windows color (decimal): -5324080 or 13681326. OLE color: 13681326.
HSL color Cylindrical-coordinate representation of color #AEC2D0: hue angle of 204.71º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC2D0 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 174 | 194 | 208 | - |
CMYK | 0.16 | 0.07 | 0 | 0.18 |
HSL | 204.71º | 0.27% | 0.75% | - |
HSV(B) | 204.71º | 0.16% | 0.82% | - |
XYZ | 48.13 | 52.14 | 67.2 | - |
YUV | 189.62 | 138.37 | 116.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 194 | 208 | 0.16 | 0.07 | 0 | 0.18 | 204.71 | 0.27 | 0.75 |
Hex | AE | C2 | D0 | 10 | 7 | 0 | 12 | CD | 1B | 4B |
Octal | 256 | 302 | 320 | 20 | 7 | 0 | 22 | 315 | 33 | 113 |
Binary | 10101110 | 11000010 | 11010000 | 10000 | 111 | 0 | 10010 | 11001101 | 11011 | 1001011 |
Color Harmonies of #AEC2D0
Complementary color
Monochromatic Colors of #AEC2D0
Black with #AEC2D0
Text Example
Text Example
White with #AEC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2D0; }
p { color: rgb(174,194,208); }
H1.HeaderClassName
{
color: #AEC2D0;
}
.AnyTagClassName
{
color: #AEC2D0;
}
</style>
background-color css
<style>
a { background-color: #AEC2D0; }
a { background-color: rgb(174,194,208); }
div.DivClassName
{
background-color: #AEC2D0;
}
.BgClassName
{
background-color: #AEC2D0;
}
</style>
border-color css
<style>
span { border-color: #AEC2D0; }
span { border-color: rgb(174,194,208); }
td.TdClassName
{
border-color: #AEC2D0;
}
.TagClassName
{
border-color: #AEC2D0;
}
</style>