Shades of Tara #D2F3D3
Tints of Tara #D2F3D3
RGB
CMYK
RGB Variations
Color information
#D2F3D3 (or 0xD2F3D3) is known color: Tara. HEX triplet: D2, F3 and D3. RGB value is (210,243,211). Sum of RGB (Red+Green+Blue) = 210+243+211=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 211 (82.81% from 255 or 31.78% from 664); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F3D3 is #2D0C2C. Grayscale: #E5E5E5. Windows color (decimal): -2952237 or 13890514. OLE color: 13890514.
HSL color Cylindrical-coordinate representation of color #D2F3D3: hue angle of 121.82º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2F3D3 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 211 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.05 |
| HSL | 121.82º | 0.58% | 0.89% | - |
| HSV(B) | 121.82º | 0.14% | 0.95% | - |
| XYZ | 70.39 | 82.51 | 73.84 | - |
| YUV | 229.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 211 | 0.14 | 0 | 0.13 | 0.05 | 121.82 | 0.58 | 0.89 |
| Hex | D2 | F3 | D3 | E | 0 | D | 5 | 7A | 3A | 59 |
| Octal | 322 | 363 | 323 | 16 | 0 | 15 | 5 | 172 | 72 | 131 |
| Binary | 11010010 | 11110011 | 11010011 | 1110 | 0 | 1101 | 101 | 1111010 | 111010 | 1011001 |
Color Harmonies of #D2F3D3
Complementary color
Monochromatic Colors of #D2F3D3
Black with #D2F3D3
Text Example
Text Example
White with #D2F3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F3D3; }
p { color: rgb(210,243,211); }
H1.HeaderClassName
{
color: #D2F3D3;
}
.AnyTagClassName
{
color: #D2F3D3;
}
</style>
background-color css
<style>
a { background-color: #D2F3D3; }
a { background-color: rgb(210,243,211); }
div.DivClassName
{
background-color: #D2F3D3;
}
.BgClassName
{
background-color: #D2F3D3;
}
</style>
border-color css
<style>
span { border-color: #D2F3D3; }
span { border-color: rgb(210,243,211); }
td.TdClassName
{
border-color: #D2F3D3;
}
.TagClassName
{
border-color: #D2F3D3;
}
</style>