Shades of Tara #DCFCDC
Tints of Tara #DCFCDC
RGB
CMYK
RGB Variations
Color information
#DCFCDC (or 0xDCFCDC) is known color: Tara. HEX triplet: DC, FC and DC. RGB value is (220,252,220). Sum of RGB (Red+Green+Blue) = 220+252+220=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCDC is #230323. Grayscale: #EEEEEE. Windows color (decimal): -2294564 or 14482652. OLE color: 14482652.
HSL color Cylindrical-coordinate representation of color #DCFCDC: hue angle of 120º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFCDC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 220 | - |
CMYK | 0.13 | 0 | 0.13 | 0.01 |
HSL | 120º | 0.84% | 0.93% | - |
HSV(B) | 120º | 0.13% | 0.99% | - |
XYZ | 77.24 | 90 | 81.01 | - |
YUV | 238.78 | 117.4 | 114.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 220 | 0.13 | 0 | 0.13 | 0.01 | 120 | 0.84 | 0.93 |
Hex | DC | FC | DC | D | 0 | D | 1 | 78 | 54 | 5D |
Octal | 334 | 374 | 334 | 15 | 0 | 15 | 1 | 170 | 124 | 135 |
Binary | 11011100 | 11111100 | 11011100 | 1101 | 0 | 1101 | 1 | 1111000 | 1010100 | 1011101 |
Color Harmonies of #DCFCDC
Complementary color
Monochromatic Colors of #DCFCDC
Black with #DCFCDC
Text Example
Text Example
White with #DCFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCDC; }
p { color: rgb(220,252,220); }
H1.HeaderClassName
{
color: #DCFCDC;
}
.AnyTagClassName
{
color: #DCFCDC;
}
</style>
background-color css
<style>
a { background-color: #DCFCDC; }
a { background-color: rgb(220,252,220); }
div.DivClassName
{
background-color: #DCFCDC;
}
.BgClassName
{
background-color: #DCFCDC;
}
</style>
border-color css
<style>
span { border-color: #DCFCDC; }
span { border-color: rgb(220,252,220); }
td.TdClassName
{
border-color: #DCFCDC;
}
.TagClassName
{
border-color: #DCFCDC;
}
</style>