Shades of Tara #D2EFD3
Tints of Tara #D2EFD3
RGB
CMYK
RGB Variations
Color information
#D2EFD3 (or 0xD2EFD3) is known color: Tara. HEX triplet: D2, EF and D3. RGB value is (210,239,211). Sum of RGB (Red+Green+Blue) = 210+239+211=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFD3 is #2D102C. Grayscale: #E3E3E3. Windows color (decimal): -2953261 or 13889490. OLE color: 13889490.
HSL color Cylindrical-coordinate representation of color #D2EFD3: hue angle of 122.07º degrees, saturation: 0.48, 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 #D2EFD3 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 211 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.06 |
| HSL | 122.07º | 0.48% | 0.88% | - |
| HSV(B) | 122.07º | 0.12% | 0.94% | - |
| XYZ | 69.2 | 80.14 | 73.45 | - |
| YUV | 227.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 211 | 0.12 | 0 | 0.12 | 0.06 | 122.07 | 0.48 | 0.88 |
| Hex | D2 | EF | D3 | C | 0 | C | 6 | 7A | 30 | 58 |
| Octal | 322 | 357 | 323 | 14 | 0 | 14 | 6 | 172 | 60 | 130 |
| Binary | 11010010 | 11101111 | 11010011 | 1100 | 0 | 1100 | 110 | 1111010 | 110000 | 1011000 |
Color Harmonies of #D2EFD3
Complementary color
Monochromatic Colors of #D2EFD3
Black with #D2EFD3
Text Example
Text Example
White with #D2EFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFD3; }
p { color: rgb(210,239,211); }
H1.HeaderClassName
{
color: #D2EFD3;
}
.AnyTagClassName
{
color: #D2EFD3;
}
</style>
background-color css
<style>
a { background-color: #D2EFD3; }
a { background-color: rgb(210,239,211); }
div.DivClassName
{
background-color: #D2EFD3;
}
.BgClassName
{
background-color: #D2EFD3;
}
</style>
border-color css
<style>
span { border-color: #D2EFD3; }
span { border-color: rgb(210,239,211); }
td.TdClassName
{
border-color: #D2EFD3;
}
.TagClassName
{
border-color: #D2EFD3;
}
</style>