Shades of Heather #AFC4CB
Tints of Heather #AFC4CB
RGB
CMYK
RGB Variations
Color information
#AFC4CB (or 0xAFC4CB) is known color: Heather. HEX triplet: AF, C4 and CB. RGB value is (175,196,203). Sum of RGB (Red+Green+Blue) = 175+196+203=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4CB is #503B34. Grayscale: #BEBEBE. Windows color (decimal): -5258037 or 13354159. OLE color: 13354159.
HSL color Cylindrical-coordinate representation of color #AFC4CB: hue angle of 195º 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 #AFC4CB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 196 | 203 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.20 |
| HSL | 195º | 0.21% | 0.74% | - |
| HSV(B) | 195º | 0.14% | 0.8% | - |
| XYZ | 48.2 | 52.91 | 64.17 | - |
| YUV | 190.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 203 | 0.14 | 0.03 | 0 | 0.20 | 195 | 0.21 | 0.74 |
| Hex | AF | C4 | CB | E | 3 | 0 | 14 | C3 | 15 | 4A |
| Octal | 257 | 304 | 313 | 16 | 3 | 0 | 24 | 303 | 25 | 112 |
| Binary | 10101111 | 11000100 | 11001011 | 1110 | 11 | 0 | 10100 | 11000011 | 10101 | 1001010 |
Color Harmonies of #AFC4CB
Complementary color
Monochromatic Colors of #AFC4CB
Black with #AFC4CB
Text Example
Text Example
White with #AFC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4CB; }
p { color: rgb(175,196,203); }
H1.HeaderClassName
{
color: #AFC4CB;
}
.AnyTagClassName
{
color: #AFC4CB;
}
</style>
background-color css
<style>
a { background-color: #AFC4CB; }
a { background-color: rgb(175,196,203); }
div.DivClassName
{
background-color: #AFC4CB;
}
.BgClassName
{
background-color: #AFC4CB;
}
</style>
border-color css
<style>
span { border-color: #AFC4CB; }
span { border-color: rgb(175,196,203); }
td.TdClassName
{
border-color: #AFC4CB;
}
.TagClassName
{
border-color: #AFC4CB;
}
</style>