Shades of Tara #CFF3D0
Tints of Tara #CFF3D0
RGB
CMYK
RGB Variations
Color information
#CFF3D0 (or 0xCFF3D0) is known color: Tara. HEX triplet: CF, F3 and D0. RGB value is (207,243,208). Sum of RGB (Red+Green+Blue) = 207+243+208=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3D0 is #300C2F. Grayscale: #E4E4E4. Windows color (decimal): -3148848 or 13693903. OLE color: 13693903.
HSL color Cylindrical-coordinate representation of color #CFF3D0: hue angle of 121.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF3D0 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 208 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.05 |
| HSL | 121.67º | 0.6% | 0.88% | - |
| HSV(B) | 121.67º | 0.15% | 0.95% | - |
| XYZ | 69.17 | 81.92 | 71.84 | - |
| YUV | 228.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 208 | 0.15 | 0 | 0.14 | 0.05 | 121.67 | 0.6 | 0.88 |
| Hex | CF | F3 | D0 | F | 0 | E | 5 | 7A | 3C | 58 |
| Octal | 317 | 363 | 320 | 17 | 0 | 16 | 5 | 172 | 74 | 130 |
| Binary | 11001111 | 11110011 | 11010000 | 1111 | 0 | 1110 | 101 | 1111010 | 111100 | 1011000 |
Color Harmonies of #CFF3D0
Complementary color
Monochromatic Colors of #CFF3D0
Black with #CFF3D0
Text Example
Text Example
White with #CFF3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3D0; }
p { color: rgb(207,243,208); }
H1.HeaderClassName
{
color: #CFF3D0;
}
.AnyTagClassName
{
color: #CFF3D0;
}
</style>
background-color css
<style>
a { background-color: #CFF3D0; }
a { background-color: rgb(207,243,208); }
div.DivClassName
{
background-color: #CFF3D0;
}
.BgClassName
{
background-color: #CFF3D0;
}
</style>
border-color css
<style>
span { border-color: #CFF3D0; }
span { border-color: rgb(207,243,208); }
td.TdClassName
{
border-color: #CFF3D0;
}
.TagClassName
{
border-color: #CFF3D0;
}
</style>