Shades of Tara #DCEFDA
Tints of Tara #DCEFDA
RGB
CMYK
RGB Variations
Color information
#DCEFDA (or 0xDCEFDA) is known color: Tara. HEX triplet: DC, EF and DA. RGB value is (220,239,218). Sum of RGB (Red+Green+Blue) = 220+239+218=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFDA is #231025. Grayscale: #E6E6E6. Windows color (decimal): -2297894 or 14348252. OLE color: 14348252.
HSL color Cylindrical-coordinate representation of color #DCEFDA: hue angle of 114.29º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEFDA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 239 | 218 | - |
CMYK | 0.08 | 0 | 0.09 | 0.06 |
HSL | 114.29º | 0.4% | 0.9% | - |
HSV(B) | 114.29º | 0.09% | 0.94% | - |
XYZ | 73.04 | 82.01 | 78.31 | - |
YUV | 230.93 | 120.71 | 120.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 239 | 218 | 0.08 | 0 | 0.09 | 0.06 | 114.29 | 0.4 | 0.9 |
Hex | DC | EF | DA | 8 | 0 | 9 | 6 | 72 | 28 | 5A |
Octal | 334 | 357 | 332 | 10 | 0 | 11 | 6 | 162 | 50 | 132 |
Binary | 11011100 | 11101111 | 11011010 | 1000 | 0 | 1001 | 110 | 1110010 | 101000 | 1011010 |
Color Harmonies of #DCEFDA
Complementary color
Monochromatic Colors of #DCEFDA
Black with #DCEFDA
Text Example
Text Example
White with #DCEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFDA; }
p { color: rgb(220,239,218); }
H1.HeaderClassName
{
color: #DCEFDA;
}
.AnyTagClassName
{
color: #DCEFDA;
}
</style>
background-color css
<style>
a { background-color: #DCEFDA; }
a { background-color: rgb(220,239,218); }
div.DivClassName
{
background-color: #DCEFDA;
}
.BgClassName
{
background-color: #DCEFDA;
}
</style>
border-color css
<style>
span { border-color: #DCEFDA; }
span { border-color: rgb(220,239,218); }
td.TdClassName
{
border-color: #DCEFDA;
}
.TagClassName
{
border-color: #DCEFDA;
}
</style>