Shades of Tara #DCF9DC
Tints of Tara #DCF9DC
RGB
CMYK
RGB Variations
Color information
#DCF9DC (or 0xDCF9DC) is known color: Tara. HEX triplet: DC, F9 and DC. RGB value is (220,249,220). Sum of RGB (Red+Green+Blue) = 220+249+220=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9DC is #230623. Grayscale: #EDEDED. Windows color (decimal): -2295332 or 14481884. OLE color: 14481884.
HSL color Cylindrical-coordinate representation of color #DCF9DC: hue angle of 120º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF9DC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 249 | 220 | - |
CMYK | 0.12 | 0 | 0.12 | 0.02 |
HSL | 120º | 0.71% | 0.92% | - |
HSV(B) | 120º | 0.12% | 0.98% | - |
XYZ | 76.31 | 88.13 | 80.7 | - |
YUV | 237.02 | 118.39 | 115.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 249 | 220 | 0.12 | 0 | 0.12 | 0.02 | 120 | 0.71 | 0.92 |
Hex | DC | F9 | DC | C | 0 | C | 2 | 78 | 47 | 5C |
Octal | 334 | 371 | 334 | 14 | 0 | 14 | 2 | 170 | 107 | 134 |
Binary | 11011100 | 11111001 | 11011100 | 1100 | 0 | 1100 | 10 | 1111000 | 1000111 | 1011100 |
Color Harmonies of #DCF9DC
Complementary color
Monochromatic Colors of #DCF9DC
Black with #DCF9DC
Text Example
Text Example
White with #DCF9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9DC; }
p { color: rgb(220,249,220); }
H1.HeaderClassName
{
color: #DCF9DC;
}
.AnyTagClassName
{
color: #DCF9DC;
}
</style>
background-color css
<style>
a { background-color: #DCF9DC; }
a { background-color: rgb(220,249,220); }
div.DivClassName
{
background-color: #DCF9DC;
}
.BgClassName
{
background-color: #DCF9DC;
}
</style>
border-color css
<style>
span { border-color: #DCF9DC; }
span { border-color: rgb(220,249,220); }
td.TdClassName
{
border-color: #DCF9DC;
}
.TagClassName
{
border-color: #DCF9DC;
}
</style>