Shades of Tara #DCFFDC
Tints of Tara #DCFFDC
RGB
CMYK
RGB Variations
Color information
#DCFFDC (or 0xDCFFDC) is known color: Tara. HEX triplet: DC, FF and DC. RGB value is (220,255,220). Sum of RGB (Red+Green+Blue) = 220+255+220=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFDC is #230023. Grayscale: #F0F0F0. Windows color (decimal): -2293796 or 14483420. OLE color: 14483420.
HSL color Cylindrical-coordinate representation of color #DCFFDC: hue angle of 120º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFDC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 255 | 220 | - |
CMYK | 0.14 | 0 | 0.14 | 0 |
HSL | 120º | 1% | 0.93% | - |
HSV(B) | 120º | 0.14% | 1% | - |
XYZ | 78.19 | 91.9 | 81.33 | - |
YUV | 240.55 | 116.4 | 113.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 255 | 220 | 0.14 | 0 | 0.14 | 0 | 120 | 1 | 0.93 |
Hex | DC | FF | DC | E | 0 | E | 0 | 78 | 64 | 5D |
Octal | 334 | 377 | 334 | 16 | 0 | 16 | 0 | 170 | 144 | 135 |
Binary | 11011100 | 11111111 | 11011100 | 1110 | 0 | 1110 | 0 | 1111000 | 1100100 | 1011101 |
Color Harmonies of #DCFFDC
Complementary color
Monochromatic Colors of #DCFFDC
Black with #DCFFDC
Text Example
Text Example
White with #DCFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFDC; }
p { color: rgb(220,255,220); }
H1.HeaderClassName
{
color: #DCFFDC;
}
.AnyTagClassName
{
color: #DCFFDC;
}
</style>
background-color css
<style>
a { background-color: #DCFFDC; }
a { background-color: rgb(220,255,220); }
div.DivClassName
{
background-color: #DCFFDC;
}
.BgClassName
{
background-color: #DCFFDC;
}
</style>
border-color css
<style>
span { border-color: #DCFFDC; }
span { border-color: rgb(220,255,220); }
td.TdClassName
{
border-color: #DCFFDC;
}
.TagClassName
{
border-color: #DCFFDC;
}
</style>