Shades of Tara #CEFFD3
Tints of Tara #CEFFD3
RGB
CMYK
RGB Variations
Color information
#CEFFD3 (or 0xCEFFD3) is known color: Tara. HEX triplet: CE, FF and D3. RGB value is (206,255,211). Sum of RGB (Red+Green+Blue) = 206+255+211=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 211 (82.81% from 255 or 31.40% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFD3 is #31002C. Grayscale: #EBEBEB. Windows color (decimal): -3211309 or 13893582. OLE color: 13893582.
HSL color Cylindrical-coordinate representation of color #CEFFD3: hue angle of 126.12º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFFD3 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 211 | - |
| CMYK | 0.19 | 0 | 0.17 | 0 |
| HSL | 126.12º | 1% | 0.9% | - |
| HSV(B) | 126.12º | 0.19% | 1% | - |
| XYZ | 72.97 | 89.34 | 75.03 | - |
| YUV | 235.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 211 | 0.19 | 0 | 0.17 | 0 | 126.12 | 1 | 0.9 |
| Hex | CE | FF | D3 | 13 | 0 | 11 | 0 | 7E | 64 | 5A |
| Octal | 316 | 377 | 323 | 23 | 0 | 21 | 0 | 176 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11010011 | 10011 | 0 | 10001 | 0 | 1111110 | 1100100 | 1011010 |
Color Harmonies of #CEFFD3
Complementary color
Monochromatic Colors of #CEFFD3
Black with #CEFFD3
Text Example
Text Example
White with #CEFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFD3; }
p { color: rgb(206,255,211); }
H1.HeaderClassName
{
color: #CEFFD3;
}
.AnyTagClassName
{
color: #CEFFD3;
}
</style>
background-color css
<style>
a { background-color: #CEFFD3; }
a { background-color: rgb(206,255,211); }
div.DivClassName
{
background-color: #CEFFD3;
}
.BgClassName
{
background-color: #CEFFD3;
}
</style>
border-color css
<style>
span { border-color: #CEFFD3; }
span { border-color: rgb(206,255,211); }
td.TdClassName
{
border-color: #CEFFD3;
}
.TagClassName
{
border-color: #CEFFD3;
}
</style>