Shades of Tara #CFFCD4
Tints of Tara #CFFCD4
RGB
CMYK
RGB Variations
Color information
#CFFCD4 (or 0xCFFCD4) is known color: Tara. HEX triplet: CF, FC and D4. RGB value is (207,252,212). Sum of RGB (Red+Green+Blue) = 207+252+212=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFCD4 is #30032B. Grayscale: #EAEAEA. Windows color (decimal): -3146540 or 13958351. OLE color: 13958351.
HSL color Cylindrical-coordinate representation of color #CFFCD4: hue angle of 126.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFCD4 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 252 | 212 | - |
CMYK | 0.18 | 0 | 0.16 | 0.01 |
HSL | 126.67º | 0.88% | 0.9% | - |
HSV(B) | 126.67º | 0.18% | 0.99% | - |
XYZ | 72.43 | 87.64 | 75.39 | - |
YUV | 233.99 | 115.59 | 108.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 252 | 212 | 0.18 | 0 | 0.16 | 0.01 | 126.67 | 0.88 | 0.9 |
Hex | CF | FC | D4 | 12 | 0 | 10 | 1 | 7F | 58 | 5A |
Octal | 317 | 374 | 324 | 22 | 0 | 20 | 1 | 177 | 130 | 132 |
Binary | 11001111 | 11111100 | 11010100 | 10010 | 0 | 10000 | 1 | 1111111 | 1011000 | 1011010 |
Color Harmonies of #CFFCD4
Complementary color
Monochromatic Colors of #CFFCD4
Black with #CFFCD4
Text Example
Text Example
White with #CFFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFCD4; }
p { color: rgb(207,252,212); }
H1.HeaderClassName
{
color: #CFFCD4;
}
.AnyTagClassName
{
color: #CFFCD4;
}
</style>
background-color css
<style>
a { background-color: #CFFCD4; }
a { background-color: rgb(207,252,212); }
div.DivClassName
{
background-color: #CFFCD4;
}
.BgClassName
{
background-color: #CFFCD4;
}
</style>
border-color css
<style>
span { border-color: #CFFCD4; }
span { border-color: rgb(207,252,212); }
td.TdClassName
{
border-color: #CFFCD4;
}
.TagClassName
{
border-color: #CFFCD4;
}
</style>