Shades of Tara #DCEFDB
Tints of Tara #DCEFDB
RGB
CMYK
RGB Variations
Color information
#DCEFDB (or 0xDCEFDB) is known color: Tara. HEX triplet: DC, EF and DB. RGB value is (220,239,219). Sum of RGB (Red+Green+Blue) = 220+239+219=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFDB is #231024. Grayscale: #E7E7E7. Windows color (decimal): -2297893 or 14413788. OLE color: 14413788.
HSL color Cylindrical-coordinate representation of color #DCEFDB: hue angle of 117º degrees, saturation: 0.38, 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 #DCEFDB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 239 | 219 | - |
CMYK | 0.08 | 0 | 0.08 | 0.06 |
HSL | 117º | 0.38% | 0.9% | - |
HSV(B) | 117º | 0.08% | 0.94% | - |
XYZ | 73.17 | 82.06 | 79 | - |
YUV | 231.04 | 121.21 | 120.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 239 | 219 | 0.08 | 0 | 0.08 | 0.06 | 117 | 0.38 | 0.9 |
Hex | DC | EF | DB | 8 | 0 | 8 | 6 | 75 | 26 | 5A |
Octal | 334 | 357 | 333 | 10 | 0 | 10 | 6 | 165 | 46 | 132 |
Binary | 11011100 | 11101111 | 11011011 | 1000 | 0 | 1000 | 110 | 1110101 | 100110 | 1011010 |
Color Harmonies of #DCEFDB
Complementary color
Monochromatic Colors of #DCEFDB
Black with #DCEFDB
Text Example
Text Example
White with #DCEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFDB; }
p { color: rgb(220,239,219); }
H1.HeaderClassName
{
color: #DCEFDB;
}
.AnyTagClassName
{
color: #DCEFDB;
}
</style>
background-color css
<style>
a { background-color: #DCEFDB; }
a { background-color: rgb(220,239,219); }
div.DivClassName
{
background-color: #DCEFDB;
}
.BgClassName
{
background-color: #DCEFDB;
}
</style>
border-color css
<style>
span { border-color: #DCEFDB; }
span { border-color: rgb(220,239,219); }
td.TdClassName
{
border-color: #DCEFDB;
}
.TagClassName
{
border-color: #DCEFDB;
}
</style>