Shades of Tara #DCFCD9
Tints of Tara #DCFCD9
RGB
CMYK
RGB Variations
Color information
#DCFCD9 (or 0xDCFCD9) is known color: Tara. HEX triplet: DC, FC and D9. RGB value is (220,252,217). Sum of RGB (Red+Green+Blue) = 220+252+217=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 217 (85.16% from 255 or 31.49% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCD9 is #230326. Grayscale: #EEEEEE. Windows color (decimal): -2294567 or 14286044. OLE color: 14286044.
HSL color Cylindrical-coordinate representation of color #DCFCD9: hue angle of 114.86º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFCD9 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 217 | - |
CMYK | 0.13 | 0 | 0.14 | 0.01 |
HSL | 114.86º | 0.85% | 0.92% | - |
HSV(B) | 114.86º | 0.14% | 0.99% | - |
XYZ | 76.85 | 89.85 | 78.94 | - |
YUV | 238.44 | 115.9 | 114.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 217 | 0.13 | 0 | 0.14 | 0.01 | 114.86 | 0.85 | 0.92 |
Hex | DC | FC | D9 | D | 0 | E | 1 | 73 | 55 | 5C |
Octal | 334 | 374 | 331 | 15 | 0 | 16 | 1 | 163 | 125 | 134 |
Binary | 11011100 | 11111100 | 11011001 | 1101 | 0 | 1110 | 1 | 1110011 | 1010101 | 1011100 |
Color Harmonies of #DCFCD9
Complementary color
Monochromatic Colors of #DCFCD9
Black with #DCFCD9
Text Example
Text Example
White with #DCFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCD9; }
p { color: rgb(220,252,217); }
H1.HeaderClassName
{
color: #DCFCD9;
}
.AnyTagClassName
{
color: #DCFCD9;
}
</style>
background-color css
<style>
a { background-color: #DCFCD9; }
a { background-color: rgb(220,252,217); }
div.DivClassName
{
background-color: #DCFCD9;
}
.BgClassName
{
background-color: #DCFCD9;
}
</style>
border-color css
<style>
span { border-color: #DCFCD9; }
span { border-color: rgb(220,252,217); }
td.TdClassName
{
border-color: #DCFCD9;
}
.TagClassName
{
border-color: #DCFCD9;
}
</style>