Shades of Tara #D0FFD1
Tints of Tara #D0FFD1
RGB
CMYK
RGB Variations
Color information
#D0FFD1 (or 0xD0FFD1) is known color: Tara. HEX triplet: D0, FF and D1. RGB value is (208,255,209). Sum of RGB (Red+Green+Blue) = 208+255+209=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFD1 is #2F002E. Grayscale: #EBEBEB. Windows color (decimal): -3080239 or 13762512. OLE color: 13762512.
HSL color Cylindrical-coordinate representation of color #D0FFD1: hue angle of 121.28º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FFD1 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 209 | - |
CMYK | 0.18 | 0 | 0.18 | 0 |
HSL | 121.28º | 1% | 0.91% | - |
HSV(B) | 121.28º | 0.18% | 1% | - |
XYZ | 73.28 | 89.53 | 73.74 | - |
YUV | 235.7 | 112.93 | 108.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 209 | 0.18 | 0 | 0.18 | 0 | 121.28 | 1 | 0.91 |
Hex | D0 | FF | D1 | 12 | 0 | 12 | 0 | 79 | 64 | 5B |
Octal | 320 | 377 | 321 | 22 | 0 | 22 | 0 | 171 | 144 | 133 |
Binary | 11010000 | 11111111 | 11010001 | 10010 | 0 | 10010 | 0 | 1111001 | 1100100 | 1011011 |
Color Harmonies of #D0FFD1
Complementary color
Monochromatic Colors of #D0FFD1
Black with #D0FFD1
Text Example
Text Example
White with #D0FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFD1; }
p { color: rgb(208,255,209); }
H1.HeaderClassName
{
color: #D0FFD1;
}
.AnyTagClassName
{
color: #D0FFD1;
}
</style>
background-color css
<style>
a { background-color: #D0FFD1; }
a { background-color: rgb(208,255,209); }
div.DivClassName
{
background-color: #D0FFD1;
}
.BgClassName
{
background-color: #D0FFD1;
}
</style>
border-color css
<style>
span { border-color: #D0FFD1; }
span { border-color: rgb(208,255,209); }
td.TdClassName
{
border-color: #D0FFD1;
}
.TagClassName
{
border-color: #D0FFD1;
}
</style>