Shades of Tara #CFF7D3
Tints of Tara #CFF7D3
RGB
CMYK
RGB Variations
Color information
#CFF7D3 (or 0xCFF7D3) is known color: Tara. HEX triplet: CF, F7 and D3. RGB value is (207,247,211). Sum of RGB (Red+Green+Blue) = 207+247+211=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7D3 is #30082C. Grayscale: #E7E7E7. Windows color (decimal): -3147821 or 13891535. OLE color: 13891535.
HSL color Cylindrical-coordinate representation of color #CFF7D3: hue angle of 126º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF7D3 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 211 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.03 |
| HSL | 126º | 0.71% | 0.89% | - |
| HSV(B) | 126º | 0.16% | 0.97% | - |
| XYZ | 70.75 | 84.49 | 74.21 | - |
| YUV | 230.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 211 | 0.16 | 0 | 0.15 | 0.03 | 126 | 0.71 | 0.89 |
| Hex | CF | F7 | D3 | 10 | 0 | F | 3 | 7E | 47 | 59 |
| Octal | 317 | 367 | 323 | 20 | 0 | 17 | 3 | 176 | 107 | 131 |
| Binary | 11001111 | 11110111 | 11010011 | 10000 | 0 | 1111 | 11 | 1111110 | 1000111 | 1011001 |
Color Harmonies of #CFF7D3
Complementary color
Monochromatic Colors of #CFF7D3
Black with #CFF7D3
Text Example
Text Example
White with #CFF7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7D3; }
p { color: rgb(207,247,211); }
H1.HeaderClassName
{
color: #CFF7D3;
}
.AnyTagClassName
{
color: #CFF7D3;
}
</style>
background-color css
<style>
a { background-color: #CFF7D3; }
a { background-color: rgb(207,247,211); }
div.DivClassName
{
background-color: #CFF7D3;
}
.BgClassName
{
background-color: #CFF7D3;
}
</style>
border-color css
<style>
span { border-color: #CFF7D3; }
span { border-color: rgb(207,247,211); }
td.TdClassName
{
border-color: #CFF7D3;
}
.TagClassName
{
border-color: #CFF7D3;
}
</style>