Shades of Tara #CCFDCF
Tints of Tara #CCFDCF
RGB
CMYK
RGB Variations
Color information
#CCFDCF (or 0xCCFDCF) is known color: Tara. HEX triplet: CC, FD and CF. RGB value is (204,253,207). Sum of RGB (Red+Green+Blue) = 204+253+207=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDCF is #330230. Grayscale: #E9E9E9. Windows color (decimal): -3342897 or 13630924. OLE color: 13630924.
HSL color Cylindrical-coordinate representation of color #CCFDCF: hue angle of 123.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDCF is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 207 | - |
CMYK | 0.19 | 0 | 0.18 | 0.01 |
HSL | 123.67º | 0.92% | 0.9% | - |
HSV(B) | 123.67º | 0.19% | 0.99% | - |
XYZ | 71.29 | 87.59 | 72.18 | - |
YUV | 233.11 | 113.27 | 107.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 207 | 0.19 | 0 | 0.18 | 0.01 | 123.67 | 0.92 | 0.9 |
Hex | CC | FD | CF | 13 | 0 | 12 | 1 | 7C | 5C | 5A |
Octal | 314 | 375 | 317 | 23 | 0 | 22 | 1 | 174 | 134 | 132 |
Binary | 11001100 | 11111101 | 11001111 | 10011 | 0 | 10010 | 1 | 1111100 | 1011100 | 1011010 |
Color Harmonies of #CCFDCF
Complementary color
Monochromatic Colors of #CCFDCF
Black with #CCFDCF
Text Example
Text Example
White with #CCFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDCF; }
p { color: rgb(204,253,207); }
H1.HeaderClassName
{
color: #CCFDCF;
}
.AnyTagClassName
{
color: #CCFDCF;
}
</style>
background-color css
<style>
a { background-color: #CCFDCF; }
a { background-color: rgb(204,253,207); }
div.DivClassName
{
background-color: #CCFDCF;
}
.BgClassName
{
background-color: #CCFDCF;
}
</style>
border-color css
<style>
span { border-color: #CCFDCF; }
span { border-color: rgb(204,253,207); }
td.TdClassName
{
border-color: #CCFDCF;
}
.TagClassName
{
border-color: #CCFDCF;
}
</style>