Shades of Tara #CFFFD4
Tints of Tara #CFFFD4
RGB
CMYK
RGB Variations
Color information
#CFFFD4 (or 0xCFFFD4) is known color: Tara. HEX triplet: CF, FF and D4. RGB value is (207,255,212). Sum of RGB (Red+Green+Blue) = 207+255+212=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFD4 is #30002B. Grayscale: #EBEBEB. Windows color (decimal): -3145772 or 13959119. OLE color: 13959119.
HSL color Cylindrical-coordinate representation of color #CFFFD4: hue angle of 126.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFFD4 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 207 | 255 | 212 | - |
CMYK | 0.19 | 0 | 0.17 | 0 |
HSL | 126.25º | 1% | 0.91% | - |
HSV(B) | 126.25º | 0.19% | 1% | - |
XYZ | 73.38 | 89.54 | 75.7 | - |
YUV | 235.75 | 114.6 | 107.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 255 | 212 | 0.19 | 0 | 0.17 | 0 | 126.25 | 1 | 0.91 |
Hex | CF | FF | D4 | 13 | 0 | 11 | 0 | 7E | 64 | 5B |
Octal | 317 | 377 | 324 | 23 | 0 | 21 | 0 | 176 | 144 | 133 |
Binary | 11001111 | 11111111 | 11010100 | 10011 | 0 | 10001 | 0 | 1111110 | 1100100 | 1011011 |
Color Harmonies of #CFFFD4
Complementary color
Monochromatic Colors of #CFFFD4
Black with #CFFFD4
Text Example
Text Example
White with #CFFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFD4; }
p { color: rgb(207,255,212); }
H1.HeaderClassName
{
color: #CFFFD4;
}
.AnyTagClassName
{
color: #CFFFD4;
}
</style>
background-color css
<style>
a { background-color: #CFFFD4; }
a { background-color: rgb(207,255,212); }
div.DivClassName
{
background-color: #CFFFD4;
}
.BgClassName
{
background-color: #CFFFD4;
}
</style>
border-color css
<style>
span { border-color: #CFFFD4; }
span { border-color: rgb(207,255,212); }
td.TdClassName
{
border-color: #CFFFD4;
}
.TagClassName
{
border-color: #CFFFD4;
}
</style>