Shades of Tara #CFFFD2
Tints of Tara #CFFFD2
RGB
CMYK
RGB Variations
Color information
#CFFFD2 (or 0xCFFFD2) is known color: Tara. HEX triplet: CF, FF and D2. RGB value is (207,255,210). Sum of RGB (Red+Green+Blue) = 207+255+210=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 210 (82.42% from 255 or 31.25% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFD2 is #30002D. Grayscale: #EBEBEB. Windows color (decimal): -3145774 or 13828047. OLE color: 13828047.
HSL color Cylindrical-coordinate representation of color #CFFFD2: hue angle of 123.75º 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 #CFFFD2 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 210 | - |
| CMYK | 0.19 | 0 | 0.18 | 0 |
| HSL | 123.75º | 1% | 0.91% | - |
| HSV(B) | 123.75º | 0.19% | 1% | - |
| XYZ | 73.12 | 89.44 | 74.38 | - |
| YUV | 235.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 210 | 0.19 | 0 | 0.18 | 0 | 123.75 | 1 | 0.91 |
| Hex | CF | FF | D2 | 13 | 0 | 12 | 0 | 7C | 64 | 5B |
| Octal | 317 | 377 | 322 | 23 | 0 | 22 | 0 | 174 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11010010 | 10011 | 0 | 10010 | 0 | 1111100 | 1100100 | 1011011 |
Color Harmonies of #CFFFD2
Complementary color
Monochromatic Colors of #CFFFD2
Black with #CFFFD2
Text Example
Text Example
White with #CFFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFD2; }
p { color: rgb(207,255,210); }
H1.HeaderClassName
{
color: #CFFFD2;
}
.AnyTagClassName
{
color: #CFFFD2;
}
</style>
background-color css
<style>
a { background-color: #CFFFD2; }
a { background-color: rgb(207,255,210); }
div.DivClassName
{
background-color: #CFFFD2;
}
.BgClassName
{
background-color: #CFFFD2;
}
</style>
border-color css
<style>
span { border-color: #CFFFD2; }
span { border-color: rgb(207,255,210); }
td.TdClassName
{
border-color: #CFFFD2;
}
.TagClassName
{
border-color: #CFFFD2;
}
</style>