Shades of Heather #AFC3CB
Tints of Heather #AFC3CB
RGB
CMYK
RGB Variations
Color information
#AFC3CB (or 0xAFC3CB) is known color: Heather. HEX triplet: AF, C3 and CB. RGB value is (175,195,203). Sum of RGB (Red+Green+Blue) = 175+195+203=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3CB is #503C34. Grayscale: #BDBDBD. Windows color (decimal): -5258293 or 13353903. OLE color: 13353903.
HSL color Cylindrical-coordinate representation of color #AFC3CB: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC3CB is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 195 | 203 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.20 |
| HSL | 197.14º | 0.21% | 0.74% | - |
| HSV(B) | 197.14º | 0.14% | 0.8% | - |
| XYZ | 47.97 | 52.46 | 64.1 | - |
| YUV | 189.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 203 | 0.14 | 0.04 | 0 | 0.20 | 197.14 | 0.21 | 0.74 |
| Hex | AF | C3 | CB | E | 4 | 0 | 14 | C5 | 15 | 4A |
| Octal | 257 | 303 | 313 | 16 | 4 | 0 | 24 | 305 | 25 | 112 |
| Binary | 10101111 | 11000011 | 11001011 | 1110 | 100 | 0 | 10100 | 11000101 | 10101 | 1001010 |
Color Harmonies of #AFC3CB
Complementary color
Monochromatic Colors of #AFC3CB
Black with #AFC3CB
Text Example
Text Example
White with #AFC3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3CB; }
p { color: rgb(175,195,203); }
H1.HeaderClassName
{
color: #AFC3CB;
}
.AnyTagClassName
{
color: #AFC3CB;
}
</style>
background-color css
<style>
a { background-color: #AFC3CB; }
a { background-color: rgb(175,195,203); }
div.DivClassName
{
background-color: #AFC3CB;
}
.BgClassName
{
background-color: #AFC3CB;
}
</style>
border-color css
<style>
span { border-color: #AFC3CB; }
span { border-color: rgb(175,195,203); }
td.TdClassName
{
border-color: #AFC3CB;
}
.TagClassName
{
border-color: #AFC3CB;
}
</style>