Shades of Tara #D4EED4
Tints of Tara #D4EED4
RGB
CMYK
RGB Variations
Color information
#D4EED4 (or 0xD4EED4) is known color: Tara. HEX triplet: D4, EE and D4. RGB value is (212,238,212). Sum of RGB (Red+Green+Blue) = 212+238+212=662 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.02% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 212 (83.20% from 255 or 32.02% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EED4 is #2B112B. Grayscale: #E3E3E3. Windows color (decimal): -2822444 or 13954772. OLE color: 13954772.
HSL color Cylindrical-coordinate representation of color #D4EED4: hue angle of 120º degrees, saturation: 0.43, 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 #D4EED4 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 238 | 212 | - |
CMYK | 0.11 | 0 | 0.11 | 0.07 |
HSL | 120º | 0.43% | 0.88% | - |
HSV(B) | 120º | 0.11% | 0.93% | - |
XYZ | 69.61 | 79.9 | 74.04 | - |
YUV | 227.26 | 119.39 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 238 | 212 | 0.11 | 0 | 0.11 | 0.07 | 120 | 0.43 | 0.88 |
Hex | D4 | EE | D4 | B | 0 | B | 7 | 78 | 2B | 58 |
Octal | 324 | 356 | 324 | 13 | 0 | 13 | 7 | 170 | 53 | 130 |
Binary | 11010100 | 11101110 | 11010100 | 1011 | 0 | 1011 | 111 | 1111000 | 101011 | 1011000 |
Color Harmonies of #D4EED4
Complementary color
Monochromatic Colors of #D4EED4
Black with #D4EED4
Text Example
Text Example
White with #D4EED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EED4; }
p { color: rgb(212,238,212); }
H1.HeaderClassName
{
color: #D4EED4;
}
.AnyTagClassName
{
color: #D4EED4;
}
</style>
background-color css
<style>
a { background-color: #D4EED4; }
a { background-color: rgb(212,238,212); }
div.DivClassName
{
background-color: #D4EED4;
}
.BgClassName
{
background-color: #D4EED4;
}
</style>
border-color css
<style>
span { border-color: #D4EED4; }
span { border-color: rgb(212,238,212); }
td.TdClassName
{
border-color: #D4EED4;
}
.TagClassName
{
border-color: #D4EED4;
}
</style>