Shades of Heather #AEC2CE
Tints of Heather #AEC2CE
RGB
CMYK
RGB Variations
Color information
#AEC2CE (or 0xAEC2CE) is known color: Heather. HEX triplet: AE, C2 and CE. RGB value is (174,194,206). Sum of RGB (Red+Green+Blue) = 174+194+206=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEC2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2CE is #513D31. Grayscale: #BDBDBD. Windows color (decimal): -5324082 or 13550254. OLE color: 13550254.
HSL color Cylindrical-coordinate representation of color #AEC2CE: hue angle of 202.5º 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 #AEC2CE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 194 | 206 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.19 |
| HSL | 202.5º | 0.25% | 0.75% | - |
| HSV(B) | 202.5º | 0.16% | 0.81% | - |
| XYZ | 47.89 | 52.04 | 65.91 | - |
| YUV | 189.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 206 | 0.16 | 0.06 | 0 | 0.19 | 202.5 | 0.25 | 0.75 |
| Hex | AE | C2 | CE | 10 | 6 | 0 | 13 | CA | 19 | 4B |
| Octal | 256 | 302 | 316 | 20 | 6 | 0 | 23 | 312 | 31 | 113 |
| Binary | 10101110 | 11000010 | 11001110 | 10000 | 110 | 0 | 10011 | 11001010 | 11001 | 1001011 |
Color Harmonies of #AEC2CE
Complementary color
Monochromatic Colors of #AEC2CE
Black with #AEC2CE
Text Example
Text Example
White with #AEC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2CE; }
p { color: rgb(174,194,206); }
H1.HeaderClassName
{
color: #AEC2CE;
}
.AnyTagClassName
{
color: #AEC2CE;
}
</style>
background-color css
<style>
a { background-color: #AEC2CE; }
a { background-color: rgb(174,194,206); }
div.DivClassName
{
background-color: #AEC2CE;
}
.BgClassName
{
background-color: #AEC2CE;
}
</style>
border-color css
<style>
span { border-color: #AEC2CE; }
span { border-color: rgb(174,194,206); }
td.TdClassName
{
border-color: #AEC2CE;
}
.TagClassName
{
border-color: #AEC2CE;
}
</style>