Shades of Tara #CEFED2
Tints of Tara #CEFED2
RGB
CMYK
RGB Variations
Color information
#CEFED2 (or 0xCEFED2) is known color: Tara. HEX triplet: CE, FE and D2. RGB value is (206,254,210). Sum of RGB (Red+Green+Blue) = 206+254+210=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFED2 is #31012D. Grayscale: #EAEAEA. Windows color (decimal): -3211566 or 13827790. OLE color: 13827790.
HSL color Cylindrical-coordinate representation of color #CEFED2: hue angle of 125º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFED2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 210 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.00 |
| HSL | 125º | 0.96% | 0.9% | - |
| HSV(B) | 125º | 0.19% | 1% | - |
| XYZ | 72.53 | 88.66 | 74.26 | - |
| YUV | 234.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 210 | 0.19 | 0 | 0.17 | 0.00 | 125 | 0.96 | 0.9 |
| Hex | CE | FE | D2 | 13 | 0 | 11 | 0 | 7D | 60 | 5A |
| Octal | 316 | 376 | 322 | 23 | 0 | 21 | 0 | 175 | 140 | 132 |
| Binary | 11001110 | 11111110 | 11010010 | 10011 | 0 | 10001 | 0 | 1111101 | 1100000 | 1011010 |
Color Harmonies of #CEFED2
Complementary color
Monochromatic Colors of #CEFED2
Black with #CEFED2
Text Example
Text Example
White with #CEFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFED2; }
p { color: rgb(206,254,210); }
H1.HeaderClassName
{
color: #CEFED2;
}
.AnyTagClassName
{
color: #CEFED2;
}
</style>
background-color css
<style>
a { background-color: #CEFED2; }
a { background-color: rgb(206,254,210); }
div.DivClassName
{
background-color: #CEFED2;
}
.BgClassName
{
background-color: #CEFED2;
}
</style>
border-color css
<style>
span { border-color: #CEFED2; }
span { border-color: rgb(206,254,210); }
td.TdClassName
{
border-color: #CEFED2;
}
.TagClassName
{
border-color: #CEFED2;
}
</style>