Shades of Heather #AFC2CE
Tints of Heather #AFC2CE
RGB
CMYK
RGB Variations
Color information
#AFC2CE (or 0xAFC2CE) is known color: Heather. HEX triplet: AF, C2 and CE. RGB value is (175,194,206). Sum of RGB (Red+Green+Blue) = 175+194+206=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFC2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2CE is #503D31. Grayscale: #BDBDBD. Windows color (decimal): -5258546 or 13550255. OLE color: 13550255.
HSL color Cylindrical-coordinate representation of color #AFC2CE: hue angle of 203.23º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC2CE is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 194 | 206 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.19 |
| HSL | 203.23º | 0.24% | 0.75% | - |
| HSV(B) | 203.23º | 0.15% | 0.81% | - |
| XYZ | 48.11 | 52.15 | 65.92 | - |
| YUV | 189.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 206 | 0.15 | 0.06 | 0 | 0.19 | 203.23 | 0.24 | 0.75 |
| Hex | AF | C2 | CE | F | 6 | 0 | 13 | CB | 18 | 4B |
| Octal | 257 | 302 | 316 | 17 | 6 | 0 | 23 | 313 | 30 | 113 |
| Binary | 10101111 | 11000010 | 11001110 | 1111 | 110 | 0 | 10011 | 11001011 | 11000 | 1001011 |
Color Harmonies of #AFC2CE
Complementary color
Monochromatic Colors of #AFC2CE
Black with #AFC2CE
Text Example
Text Example
White with #AFC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2CE; }
p { color: rgb(175,194,206); }
H1.HeaderClassName
{
color: #AFC2CE;
}
.AnyTagClassName
{
color: #AFC2CE;
}
</style>
background-color css
<style>
a { background-color: #AFC2CE; }
a { background-color: rgb(175,194,206); }
div.DivClassName
{
background-color: #AFC2CE;
}
.BgClassName
{
background-color: #AFC2CE;
}
</style>
border-color css
<style>
span { border-color: #AFC2CE; }
span { border-color: rgb(175,194,206); }
td.TdClassName
{
border-color: #AFC2CE;
}
.TagClassName
{
border-color: #AFC2CE;
}
</style>