Shades of Tara #DCEFDC
Tints of Tara #DCEFDC
RGB
CMYK
RGB Variations
Color information
#DCEFDC (or 0xDCEFDC) is known color: Tara. HEX triplet: DC, EF and DC. RGB value is (220,239,220). Sum of RGB (Red+Green+Blue) = 220+239+220=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFDC is #231023. Grayscale: #E7E7E7. Windows color (decimal): -2297892 or 14479324. OLE color: 14479324.
HSL color Cylindrical-coordinate representation of color #DCEFDC: hue angle of 120º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEFDC is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 239 | 220 | - |
CMYK | 0.08 | 0 | 0.08 | 0.06 |
HSL | 120º | 0.37% | 0.9% | - |
HSV(B) | 120º | 0.08% | 0.94% | - |
XYZ | 73.3 | 82.12 | 79.7 | - |
YUV | 231.15 | 121.71 | 120.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 239 | 220 | 0.08 | 0 | 0.08 | 0.06 | 120 | 0.37 | 0.9 |
Hex | DC | EF | DC | 8 | 0 | 8 | 6 | 78 | 25 | 5A |
Octal | 334 | 357 | 334 | 10 | 0 | 10 | 6 | 170 | 45 | 132 |
Binary | 11011100 | 11101111 | 11011100 | 1000 | 0 | 1000 | 110 | 1111000 | 100101 | 1011010 |
Color Harmonies of #DCEFDC
Complementary color
Monochromatic Colors of #DCEFDC
Black with #DCEFDC
Text Example
Text Example
White with #DCEFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFDC; }
p { color: rgb(220,239,220); }
H1.HeaderClassName
{
color: #DCEFDC;
}
.AnyTagClassName
{
color: #DCEFDC;
}
</style>
background-color css
<style>
a { background-color: #DCEFDC; }
a { background-color: rgb(220,239,220); }
div.DivClassName
{
background-color: #DCEFDC;
}
.BgClassName
{
background-color: #DCEFDC;
}
</style>
border-color css
<style>
span { border-color: #DCEFDC; }
span { border-color: rgb(220,239,220); }
td.TdClassName
{
border-color: #DCEFDC;
}
.TagClassName
{
border-color: #DCEFDC;
}
</style>