Shades of Tara #D3EFD4
Tints of Tara #D3EFD4
RGB
CMYK
RGB Variations
Color information
#D3EFD4 (or 0xD3EFD4) is known color: Tara. HEX triplet: D3, EF and D4. RGB value is (211,239,212). Sum of RGB (Red+Green+Blue) = 211+239+212=662 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.87% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 212 (83.20% from 255 or 32.02% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EFD4 is #2C102B. Grayscale: #E3E3E3. Windows color (decimal): -2887724 or 13955027. OLE color: 13955027.
HSL color Cylindrical-coordinate representation of color #D3EFD4: hue angle of 122.14º 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 #D3EFD4 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 212 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.06 |
| HSL | 122.14º | 0.47% | 0.88% | - |
| HSV(B) | 122.14º | 0.12% | 0.94% | - |
| XYZ | 69.61 | 80.34 | 74.12 | - |
| YUV | 227.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 212 | 0.12 | 0 | 0.11 | 0.06 | 122.14 | 0.47 | 0.88 |
| Hex | D3 | EF | D4 | C | 0 | B | 6 | 7A | 2F | 58 |
| Octal | 323 | 357 | 324 | 14 | 0 | 13 | 6 | 172 | 57 | 130 |
| Binary | 11010011 | 11101111 | 11010100 | 1100 | 0 | 1011 | 110 | 1111010 | 101111 | 1011000 |
Color Harmonies of #D3EFD4
Complementary color
Monochromatic Colors of #D3EFD4
Black with #D3EFD4
Text Example
Text Example
White with #D3EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EFD4; }
p { color: rgb(211,239,212); }
H1.HeaderClassName
{
color: #D3EFD4;
}
.AnyTagClassName
{
color: #D3EFD4;
}
</style>
background-color css
<style>
a { background-color: #D3EFD4; }
a { background-color: rgb(211,239,212); }
div.DivClassName
{
background-color: #D3EFD4;
}
.BgClassName
{
background-color: #D3EFD4;
}
</style>
border-color css
<style>
span { border-color: #D3EFD4; }
span { border-color: rgb(211,239,212); }
td.TdClassName
{
border-color: #D3EFD4;
}
.TagClassName
{
border-color: #D3EFD4;
}
</style>