Shades of Tara #D3EFD3
Tints of Tara #D3EFD3
RGB
CMYK
RGB Variations
Color information
#D3EFD3 (or 0xD3EFD3) is known color: Tara. HEX triplet: D3, EF and D3. RGB value is (211,239,211). Sum of RGB (Red+Green+Blue) = 211+239+211=661 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.92% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 211 (82.81% from 255 or 31.92% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EFD3 is #2C102C. Grayscale: #E3E3E3. Windows color (decimal): -2887725 or 13889491. OLE color: 13889491.
HSL color Cylindrical-coordinate representation of color #D3EFD3: hue angle of 120º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EFD3 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 211 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.06 |
| HSL | 120º | 0.47% | 0.88% | - |
| HSV(B) | 120º | 0.12% | 0.94% | - |
| XYZ | 69.49 | 80.29 | 73.46 | - |
| YUV | 227.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 211 | 0.12 | 0 | 0.12 | 0.06 | 120 | 0.47 | 0.88 |
| Hex | D3 | EF | D3 | C | 0 | C | 6 | 78 | 2F | 58 |
| Octal | 323 | 357 | 323 | 14 | 0 | 14 | 6 | 170 | 57 | 130 |
| Binary | 11010011 | 11101111 | 11010011 | 1100 | 0 | 1100 | 110 | 1111000 | 101111 | 1011000 |
Color Harmonies of #D3EFD3
Complementary color
Monochromatic Colors of #D3EFD3
Black with #D3EFD3
Text Example
Text Example
White with #D3EFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EFD3; }
p { color: rgb(211,239,211); }
H1.HeaderClassName
{
color: #D3EFD3;
}
.AnyTagClassName
{
color: #D3EFD3;
}
</style>
background-color css
<style>
a { background-color: #D3EFD3; }
a { background-color: rgb(211,239,211); }
div.DivClassName
{
background-color: #D3EFD3;
}
.BgClassName
{
background-color: #D3EFD3;
}
</style>
border-color css
<style>
span { border-color: #D3EFD3; }
span { border-color: rgb(211,239,211); }
td.TdClassName
{
border-color: #D3EFD3;
}
.TagClassName
{
border-color: #D3EFD3;
}
</style>