Shades of Heather #AFC1CB
Tints of Heather #AFC1CB
RGB
CMYK
RGB Variations
Color information
#AFC1CB (or 0xAFC1CB) is known color: Heather. HEX triplet: AF, C1 and CB. RGB value is (175,193,203). Sum of RGB (Red+Green+Blue) = 175+193+203=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1CB is #503E34. Grayscale: #BCBCBC. Windows color (decimal): -5258805 or 13353391. OLE color: 13353391.
HSL color Cylindrical-coordinate representation of color #AFC1CB: hue angle of 201.43º 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 #AFC1CB is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 193 | 203 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.20 |
| HSL | 201.43º | 0.21% | 0.74% | - |
| HSV(B) | 201.43º | 0.14% | 0.8% | - |
| XYZ | 47.53 | 51.57 | 63.95 | - |
| YUV | 188.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 203 | 0.14 | 0.05 | 0 | 0.20 | 201.43 | 0.21 | 0.74 |
| Hex | AF | C1 | CB | E | 5 | 0 | 14 | C9 | 15 | 4A |
| Octal | 257 | 301 | 313 | 16 | 5 | 0 | 24 | 311 | 25 | 112 |
| Binary | 10101111 | 11000001 | 11001011 | 1110 | 101 | 0 | 10100 | 11001001 | 10101 | 1001010 |
Color Harmonies of #AFC1CB
Complementary color
Monochromatic Colors of #AFC1CB
Black with #AFC1CB
Text Example
Text Example
White with #AFC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1CB; }
p { color: rgb(175,193,203); }
H1.HeaderClassName
{
color: #AFC1CB;
}
.AnyTagClassName
{
color: #AFC1CB;
}
</style>
background-color css
<style>
a { background-color: #AFC1CB; }
a { background-color: rgb(175,193,203); }
div.DivClassName
{
background-color: #AFC1CB;
}
.BgClassName
{
background-color: #AFC1CB;
}
</style>
border-color css
<style>
span { border-color: #AFC1CB; }
span { border-color: rgb(175,193,203); }
td.TdClassName
{
border-color: #AFC1CB;
}
.TagClassName
{
border-color: #AFC1CB;
}
</style>