Shades of Heather #AFC1CD
Tints of Heather #AFC1CD
RGB
CMYK
RGB Variations
Color information
#AFC1CD (or 0xAFC1CD) is known color: Heather. HEX triplet: AF, C1 and CD. RGB value is (175,193,205). Sum of RGB (Red+Green+Blue) = 175+193+205=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1CD is #503E32. Grayscale: #BCBCBC. Windows color (decimal): -5258803 or 13484463. OLE color: 13484463.
HSL color Cylindrical-coordinate representation of color #AFC1CD: hue angle of 204º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC1CD is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 193 | 205 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.20 |
| HSL | 204º | 0.23% | 0.75% | - |
| HSV(B) | 204º | 0.15% | 0.8% | - |
| XYZ | 47.77 | 51.66 | 65.21 | - |
| YUV | 188.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 205 | 0.15 | 0.06 | 0 | 0.20 | 204 | 0.23 | 0.75 |
| Hex | AF | C1 | CD | F | 6 | 0 | 14 | CC | 17 | 4B |
| Octal | 257 | 301 | 315 | 17 | 6 | 0 | 24 | 314 | 27 | 113 |
| Binary | 10101111 | 11000001 | 11001101 | 1111 | 110 | 0 | 10100 | 11001100 | 10111 | 1001011 |
Color Harmonies of #AFC1CD
Complementary color
Monochromatic Colors of #AFC1CD
Black with #AFC1CD
Text Example
Text Example
White with #AFC1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1CD; }
p { color: rgb(175,193,205); }
H1.HeaderClassName
{
color: #AFC1CD;
}
.AnyTagClassName
{
color: #AFC1CD;
}
</style>
background-color css
<style>
a { background-color: #AFC1CD; }
a { background-color: rgb(175,193,205); }
div.DivClassName
{
background-color: #AFC1CD;
}
.BgClassName
{
background-color: #AFC1CD;
}
</style>
border-color css
<style>
span { border-color: #AFC1CD; }
span { border-color: rgb(175,193,205); }
td.TdClassName
{
border-color: #AFC1CD;
}
.TagClassName
{
border-color: #AFC1CD;
}
</style>