Shades of Tara #D0FFD5
Tints of Tara #D0FFD5
RGB
CMYK
RGB Variations
Color information
#D0FFD5 (or 0xD0FFD5) is known color: Tara. HEX triplet: D0, FF and D5. RGB value is (208,255,213). Sum of RGB (Red+Green+Blue) = 208+255+213=676 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.77% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 213 (83.59% from 255 or 31.51% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFD5 is #2F002A. Grayscale: #ECECEC. Windows color (decimal): -3080235 or 14024656. OLE color: 14024656.
HSL color Cylindrical-coordinate representation of color #D0FFD5: hue angle of 126.38º 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 #D0FFD5 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 213 | - |
CMYK | 0.18 | 0 | 0.16 | 0 |
HSL | 126.38º | 1% | 0.91% | - |
HSV(B) | 126.38º | 0.18% | 1% | - |
XYZ | 73.78 | 89.73 | 76.38 | - |
YUV | 236.16 | 114.93 | 107.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 213 | 0.18 | 0 | 0.16 | 0 | 126.38 | 1 | 0.91 |
Hex | D0 | FF | D5 | 12 | 0 | 10 | 0 | 7E | 64 | 5B |
Octal | 320 | 377 | 325 | 22 | 0 | 20 | 0 | 176 | 144 | 133 |
Binary | 11010000 | 11111111 | 11010101 | 10010 | 0 | 10000 | 0 | 1111110 | 1100100 | 1011011 |
Color Harmonies of #D0FFD5
Complementary color
Monochromatic Colors of #D0FFD5
Black with #D0FFD5
Text Example
Text Example
White with #D0FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFD5; }
p { color: rgb(208,255,213); }
H1.HeaderClassName
{
color: #D0FFD5;
}
.AnyTagClassName
{
color: #D0FFD5;
}
</style>
background-color css
<style>
a { background-color: #D0FFD5; }
a { background-color: rgb(208,255,213); }
div.DivClassName
{
background-color: #D0FFD5;
}
.BgClassName
{
background-color: #D0FFD5;
}
</style>
border-color css
<style>
span { border-color: #D0FFD5; }
span { border-color: rgb(208,255,213); }
td.TdClassName
{
border-color: #D0FFD5;
}
.TagClassName
{
border-color: #D0FFD5;
}
</style>