Shades of Tara #D0FFD2
Tints of Tara #D0FFD2
RGB
CMYK
RGB Variations
Color information
#D0FFD2 (or 0xD0FFD2) is known color: Tara. HEX triplet: D0, FF and D2. RGB value is (208,255,210). Sum of RGB (Red+Green+Blue) = 208+255+210=673 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.91% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 210 (82.42% from 255 or 31.20% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFD2 is #2F002D. Grayscale: #EBEBEB. Windows color (decimal): -3080238 or 13828048. OLE color: 13828048.
HSL color Cylindrical-coordinate representation of color #D0FFD2: hue angle of 122.55º 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 #D0FFD2 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 210 | - |
CMYK | 0.18 | 0 | 0.18 | 0 |
HSL | 122.55º | 1% | 0.91% | - |
HSV(B) | 122.55º | 0.18% | 1% | - |
XYZ | 73.41 | 89.58 | 74.4 | - |
YUV | 235.82 | 113.43 | 108.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 210 | 0.18 | 0 | 0.18 | 0 | 122.55 | 1 | 0.91 |
Hex | D0 | FF | D2 | 12 | 0 | 12 | 0 | 7B | 64 | 5B |
Octal | 320 | 377 | 322 | 22 | 0 | 22 | 0 | 173 | 144 | 133 |
Binary | 11010000 | 11111111 | 11010010 | 10010 | 0 | 10010 | 0 | 1111011 | 1100100 | 1011011 |
Color Harmonies of #D0FFD2
Complementary color
Monochromatic Colors of #D0FFD2
Black with #D0FFD2
Text Example
Text Example
White with #D0FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFD2; }
p { color: rgb(208,255,210); }
H1.HeaderClassName
{
color: #D0FFD2;
}
.AnyTagClassName
{
color: #D0FFD2;
}
</style>
background-color css
<style>
a { background-color: #D0FFD2; }
a { background-color: rgb(208,255,210); }
div.DivClassName
{
background-color: #D0FFD2;
}
.BgClassName
{
background-color: #D0FFD2;
}
</style>
border-color css
<style>
span { border-color: #D0FFD2; }
span { border-color: rgb(208,255,210); }
td.TdClassName
{
border-color: #D0FFD2;
}
.TagClassName
{
border-color: #D0FFD2;
}
</style>