Shades of Tara #DCFFDB
Tints of Tara #DCFFDB
RGB
CMYK
RGB Variations
Color information
#DCFFDB (or 0xDCFFDB) is known color: Tara. HEX triplet: DC, FF and DB. RGB value is (220,255,219). Sum of RGB (Red+Green+Blue) = 220+255+219=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFDB is #230024. Grayscale: #F0F0F0. Windows color (decimal): -2293797 or 14417884. OLE color: 14417884.
HSL color Cylindrical-coordinate representation of color #DCFFDB: hue angle of 118.33º 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 #DCFFDB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 255 | 219 | - |
CMYK | 0.14 | 0 | 0.14 | 0 |
HSL | 118.33º | 1% | 0.93% | - |
HSV(B) | 118.33º | 0.14% | 1% | - |
XYZ | 78.06 | 91.85 | 80.63 | - |
YUV | 240.43 | 115.9 | 113.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 255 | 219 | 0.14 | 0 | 0.14 | 0 | 118.33 | 1 | 0.93 |
Hex | DC | FF | DB | E | 0 | E | 0 | 76 | 64 | 5D |
Octal | 334 | 377 | 333 | 16 | 0 | 16 | 0 | 166 | 144 | 135 |
Binary | 11011100 | 11111111 | 11011011 | 1110 | 0 | 1110 | 0 | 1110110 | 1100100 | 1011101 |
Color Harmonies of #DCFFDB
Complementary color
Monochromatic Colors of #DCFFDB
Black with #DCFFDB
Text Example
Text Example
White with #DCFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFDB; }
p { color: rgb(220,255,219); }
H1.HeaderClassName
{
color: #DCFFDB;
}
.AnyTagClassName
{
color: #DCFFDB;
}
</style>
background-color css
<style>
a { background-color: #DCFFDB; }
a { background-color: rgb(220,255,219); }
div.DivClassName
{
background-color: #DCFFDB;
}
.BgClassName
{
background-color: #DCFFDB;
}
</style>
border-color css
<style>
span { border-color: #DCFFDB; }
span { border-color: rgb(220,255,219); }
td.TdClassName
{
border-color: #DCFFDB;
}
.TagClassName
{
border-color: #DCFFDB;
}
</style>