Shades of Tara #CFF6D0
Tints of Tara #CFF6D0
RGB
CMYK
RGB Variations
Color information
#CFF6D0 (or 0xCFF6D0) is known color: Tara. HEX triplet: CF, F6 and D0. RGB value is (207,246,208). Sum of RGB (Red+Green+Blue) = 207+246+208=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6D0 is #30092F. Grayscale: #E6E6E6. Windows color (decimal): -3148080 or 13694671. OLE color: 13694671.
HSL color Cylindrical-coordinate representation of color #CFF6D0: hue angle of 121.54º 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 #CFF6D0 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 208 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.04 |
| HSL | 121.54º | 0.68% | 0.89% | - |
| HSV(B) | 121.54º | 0.16% | 0.96% | - |
| XYZ | 70.07 | 83.73 | 72.14 | - |
| YUV | 230.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 208 | 0.16 | 0 | 0.15 | 0.04 | 121.54 | 0.68 | 0.89 |
| Hex | CF | F6 | D0 | 10 | 0 | F | 4 | 7A | 44 | 59 |
| Octal | 317 | 366 | 320 | 20 | 0 | 17 | 4 | 172 | 104 | 131 |
| Binary | 11001111 | 11110110 | 11010000 | 10000 | 0 | 1111 | 100 | 1111010 | 1000100 | 1011001 |
Color Harmonies of #CFF6D0
Complementary color
Monochromatic Colors of #CFF6D0
Black with #CFF6D0
Text Example
Text Example
White with #CFF6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6D0; }
p { color: rgb(207,246,208); }
H1.HeaderClassName
{
color: #CFF6D0;
}
.AnyTagClassName
{
color: #CFF6D0;
}
</style>
background-color css
<style>
a { background-color: #CFF6D0; }
a { background-color: rgb(207,246,208); }
div.DivClassName
{
background-color: #CFF6D0;
}
.BgClassName
{
background-color: #CFF6D0;
}
</style>
border-color css
<style>
span { border-color: #CFF6D0; }
span { border-color: rgb(207,246,208); }
td.TdClassName
{
border-color: #CFF6D0;
}
.TagClassName
{
border-color: #CFF6D0;
}
</style>