Shades of Tara #CEFDD3
Tints of Tara #CEFDD3
RGB
CMYK
RGB Variations
Color information
#CEFDD3 (or 0xCEFDD3) is known color: Tara. HEX triplet: CE, FD and D3. RGB value is (206,253,211). Sum of RGB (Red+Green+Blue) = 206+253+211=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDD3 is #31022C. Grayscale: #EAEAEA. Windows color (decimal): -3211821 or 13893070. OLE color: 13893070.
HSL color Cylindrical-coordinate representation of color #CEFDD3: hue angle of 126.38º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDD3 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 211 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.01 |
| HSL | 126.38º | 0.92% | 0.9% | - |
| HSV(B) | 126.38º | 0.19% | 0.99% | - |
| XYZ | 72.34 | 88.08 | 74.82 | - |
| YUV | 234.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 211 | 0.19 | 0 | 0.17 | 0.01 | 126.38 | 0.92 | 0.9 |
| Hex | CE | FD | D3 | 13 | 0 | 11 | 1 | 7E | 5C | 5A |
| Octal | 316 | 375 | 323 | 23 | 0 | 21 | 1 | 176 | 134 | 132 |
| Binary | 11001110 | 11111101 | 11010011 | 10011 | 0 | 10001 | 1 | 1111110 | 1011100 | 1011010 |
Color Harmonies of #CEFDD3
Complementary color
Monochromatic Colors of #CEFDD3
Black with #CEFDD3
Text Example
Text Example
White with #CEFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDD3; }
p { color: rgb(206,253,211); }
H1.HeaderClassName
{
color: #CEFDD3;
}
.AnyTagClassName
{
color: #CEFDD3;
}
</style>
background-color css
<style>
a { background-color: #CEFDD3; }
a { background-color: rgb(206,253,211); }
div.DivClassName
{
background-color: #CEFDD3;
}
.BgClassName
{
background-color: #CEFDD3;
}
</style>
border-color css
<style>
span { border-color: #CEFDD3; }
span { border-color: rgb(206,253,211); }
td.TdClassName
{
border-color: #CEFDD3;
}
.TagClassName
{
border-color: #CEFDD3;
}
</style>