Shades of Tara #CFF6D1
Tints of Tara #CFF6D1
RGB
CMYK
RGB Variations
Color information
#CFF6D1 (or 0xCFF6D1) is known color: Tara. HEX triplet: CF, F6 and D1. RGB value is (207,246,209). Sum of RGB (Red+Green+Blue) = 207+246+209=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6D1 is #30092E. Grayscale: #E6E6E6. Windows color (decimal): -3148079 or 13760207. OLE color: 13760207.
HSL color Cylindrical-coordinate representation of color #CFF6D1: hue angle of 123.08º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF6D1 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 209 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.04 |
| HSL | 123.08º | 0.68% | 0.89% | - |
| HSV(B) | 123.08º | 0.16% | 0.96% | - |
| XYZ | 70.2 | 83.78 | 72.79 | - |
| YUV | 230.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 209 | 0.16 | 0 | 0.15 | 0.04 | 123.08 | 0.68 | 0.89 |
| Hex | CF | F6 | D1 | 10 | 0 | F | 4 | 7B | 44 | 59 |
| Octal | 317 | 366 | 321 | 20 | 0 | 17 | 4 | 173 | 104 | 131 |
| Binary | 11001111 | 11110110 | 11010001 | 10000 | 0 | 1111 | 100 | 1111011 | 1000100 | 1011001 |
Color Harmonies of #CFF6D1
Complementary color
Monochromatic Colors of #CFF6D1
Black with #CFF6D1
Text Example
Text Example
White with #CFF6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6D1; }
p { color: rgb(207,246,209); }
H1.HeaderClassName
{
color: #CFF6D1;
}
.AnyTagClassName
{
color: #CFF6D1;
}
</style>
background-color css
<style>
a { background-color: #CFF6D1; }
a { background-color: rgb(207,246,209); }
div.DivClassName
{
background-color: #CFF6D1;
}
.BgClassName
{
background-color: #CFF6D1;
}
</style>
border-color css
<style>
span { border-color: #CFF6D1; }
span { border-color: rgb(207,246,209); }
td.TdClassName
{
border-color: #CFF6D1;
}
.TagClassName
{
border-color: #CFF6D1;
}
</style>