Shades of Tara #D3EED3
Tints of Tara #D3EED3
RGB
CMYK
RGB Variations
Color information
#D3EED3 (or 0xD3EED3) is known color: Tara. HEX triplet: D3, EE and D3. RGB value is (211,238,211). Sum of RGB (Red+Green+Blue) = 211+238+211=660 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.97% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EED3 is #2C112C. Grayscale: #E2E2E2. Windows color (decimal): -2887981 or 13889235. OLE color: 13889235.
HSL color Cylindrical-coordinate representation of color #D3EED3: hue angle of 120º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3EED3 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 211 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.07 |
| HSL | 120º | 0.44% | 0.88% | - |
| HSV(B) | 120º | 0.11% | 0.93% | - |
| XYZ | 69.2 | 79.7 | 73.36 | - |
| YUV | 226.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 211 | 0.11 | 0 | 0.11 | 0.07 | 120 | 0.44 | 0.88 |
| Hex | D3 | EE | D3 | B | 0 | B | 7 | 78 | 2C | 58 |
| Octal | 323 | 356 | 323 | 13 | 0 | 13 | 7 | 170 | 54 | 130 |
| Binary | 11010011 | 11101110 | 11010011 | 1011 | 0 | 1011 | 111 | 1111000 | 101100 | 1011000 |
Color Harmonies of #D3EED3
Complementary color
Monochromatic Colors of #D3EED3
Black with #D3EED3
Text Example
Text Example
White with #D3EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EED3; }
p { color: rgb(211,238,211); }
H1.HeaderClassName
{
color: #D3EED3;
}
.AnyTagClassName
{
color: #D3EED3;
}
</style>
background-color css
<style>
a { background-color: #D3EED3; }
a { background-color: rgb(211,238,211); }
div.DivClassName
{
background-color: #D3EED3;
}
.BgClassName
{
background-color: #D3EED3;
}
</style>
border-color css
<style>
span { border-color: #D3EED3; }
span { border-color: rgb(211,238,211); }
td.TdClassName
{
border-color: #D3EED3;
}
.TagClassName
{
border-color: #D3EED3;
}
</style>