Shades of Tara #D0F4D3
Tints of Tara #D0F4D3
RGB
CMYK
RGB Variations
Color information
#D0F4D3 (or 0xD0F4D3) is known color: Tara. HEX triplet: D0, F4 and D3. RGB value is (208,244,211). Sum of RGB (Red+Green+Blue) = 208+244+211=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F4D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F4D3 is #2F0B2C. Grayscale: #E5E5E5. Windows color (decimal): -3083053 or 13890768. OLE color: 13890768.
HSL color Cylindrical-coordinate representation of color #D0F4D3: hue angle of 125º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F4D3 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 211 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.04 |
| HSL | 125º | 0.62% | 0.89% | - |
| HSV(B) | 125º | 0.15% | 0.96% | - |
| XYZ | 70.12 | 82.81 | 73.92 | - |
| YUV | 229.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 211 | 0.15 | 0 | 0.14 | 0.04 | 125 | 0.62 | 0.89 |
| Hex | D0 | F4 | D3 | F | 0 | E | 4 | 7D | 3E | 59 |
| Octal | 320 | 364 | 323 | 17 | 0 | 16 | 4 | 175 | 76 | 131 |
| Binary | 11010000 | 11110100 | 11010011 | 1111 | 0 | 1110 | 100 | 1111101 | 111110 | 1011001 |
Color Harmonies of #D0F4D3
Complementary color
Monochromatic Colors of #D0F4D3
Black with #D0F4D3
Text Example
Text Example
White with #D0F4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F4D3; }
p { color: rgb(208,244,211); }
H1.HeaderClassName
{
color: #D0F4D3;
}
.AnyTagClassName
{
color: #D0F4D3;
}
</style>
background-color css
<style>
a { background-color: #D0F4D3; }
a { background-color: rgb(208,244,211); }
div.DivClassName
{
background-color: #D0F4D3;
}
.BgClassName
{
background-color: #D0F4D3;
}
</style>
border-color css
<style>
span { border-color: #D0F4D3; }
span { border-color: rgb(208,244,211); }
td.TdClassName
{
border-color: #D0F4D3;
}
.TagClassName
{
border-color: #D0F4D3;
}
</style>