Shades of Tara #CCFECF
Tints of Tara #CCFECF
RGB
CMYK
RGB Variations
Color information
#CCFECF (or 0xCCFECF) is known color: Tara. HEX triplet: CC, FE and CF. RGB value is (204,254,207). Sum of RGB (Red+Green+Blue) = 204+254+207=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFECF is #330130. Grayscale: #E9E9E9. Windows color (decimal): -3342641 or 13631180. OLE color: 13631180.
HSL color Cylindrical-coordinate representation of color #CCFECF: hue angle of 123.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFECF is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 207 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.00 |
| HSL | 123.6º | 0.96% | 0.9% | - |
| HSV(B) | 123.6º | 0.2% | 1% | - |
| XYZ | 71.61 | 88.23 | 72.29 | - |
| YUV | 233.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 207 | 0.20 | 0 | 0.19 | 0.00 | 123.6 | 0.96 | 0.9 |
| Hex | CC | FE | CF | 14 | 0 | 13 | 0 | 7C | 60 | 5A |
| Octal | 314 | 376 | 317 | 24 | 0 | 23 | 0 | 174 | 140 | 132 |
| Binary | 11001100 | 11111110 | 11001111 | 10100 | 0 | 10011 | 0 | 1111100 | 1100000 | 1011010 |
Color Harmonies of #CCFECF
Complementary color
Monochromatic Colors of #CCFECF
Black with #CCFECF
Text Example
Text Example
White with #CCFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFECF; }
p { color: rgb(204,254,207); }
H1.HeaderClassName
{
color: #CCFECF;
}
.AnyTagClassName
{
color: #CCFECF;
}
</style>
background-color css
<style>
a { background-color: #CCFECF; }
a { background-color: rgb(204,254,207); }
div.DivClassName
{
background-color: #CCFECF;
}
.BgClassName
{
background-color: #CCFECF;
}
</style>
border-color css
<style>
span { border-color: #CCFECF; }
span { border-color: rgb(204,254,207); }
td.TdClassName
{
border-color: #CCFECF;
}
.TagClassName
{
border-color: #CCFECF;
}
</style>