Shades of Tara #CEF8D1
Tints of Tara #CEF8D1
RGB
CMYK
RGB Variations
Color information
#CEF8D1 (or 0xCEF8D1) is known color: Tara. HEX triplet: CE, F8 and D1. RGB value is (206,248,209). Sum of RGB (Red+Green+Blue) = 206+248+209=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8D1 is #31072E. Grayscale: #E7E7E7. Windows color (decimal): -3213103 or 13760718. OLE color: 13760718.
HSL color Cylindrical-coordinate representation of color #CEF8D1: hue angle of 124.29º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8D1 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 209 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.03 |
| HSL | 124.29º | 0.75% | 0.89% | - |
| HSV(B) | 124.29º | 0.17% | 0.97% | - |
| XYZ | 70.53 | 84.86 | 72.98 | - |
| YUV | 231 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 209 | 0.17 | 0 | 0.16 | 0.03 | 124.29 | 0.75 | 0.89 |
| Hex | CE | F8 | D1 | 11 | 0 | 10 | 3 | 7C | 4B | 59 |
| Octal | 316 | 370 | 321 | 21 | 0 | 20 | 3 | 174 | 113 | 131 |
| Binary | 11001110 | 11111000 | 11010001 | 10001 | 0 | 10000 | 11 | 1111100 | 1001011 | 1011001 |
Color Harmonies of #CEF8D1
Complementary color
Monochromatic Colors of #CEF8D1
Black with #CEF8D1
Text Example
Text Example
White with #CEF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8D1; }
p { color: rgb(206,248,209); }
H1.HeaderClassName
{
color: #CEF8D1;
}
.AnyTagClassName
{
color: #CEF8D1;
}
</style>
background-color css
<style>
a { background-color: #CEF8D1; }
a { background-color: rgb(206,248,209); }
div.DivClassName
{
background-color: #CEF8D1;
}
.BgClassName
{
background-color: #CEF8D1;
}
</style>
border-color css
<style>
span { border-color: #CEF8D1; }
span { border-color: rgb(206,248,209); }
td.TdClassName
{
border-color: #CEF8D1;
}
.TagClassName
{
border-color: #CEF8D1;
}
</style>