Shades of Tara #DCFCDB
Tints of Tara #DCFCDB
RGB
CMYK
RGB Variations
Color information
#DCFCDB (or 0xDCFCDB) is known color: Tara. HEX triplet: DC, FC and DB. RGB value is (220,252,219). Sum of RGB (Red+Green+Blue) = 220+252+219=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCDB is #230324. Grayscale: #EEEEEE. Windows color (decimal): -2294565 or 14417116. OLE color: 14417116.
HSL color Cylindrical-coordinate representation of color #DCFCDB: hue angle of 118.18º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFCDB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 219 | - |
CMYK | 0.13 | 0 | 0.13 | 0.01 |
HSL | 118.18º | 0.85% | 0.92% | - |
HSV(B) | 118.18º | 0.13% | 0.99% | - |
XYZ | 77.11 | 89.95 | 80.32 | - |
YUV | 238.67 | 116.9 | 114.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 219 | 0.13 | 0 | 0.13 | 0.01 | 118.18 | 0.85 | 0.92 |
Hex | DC | FC | DB | D | 0 | D | 1 | 76 | 55 | 5C |
Octal | 334 | 374 | 333 | 15 | 0 | 15 | 1 | 166 | 125 | 134 |
Binary | 11011100 | 11111100 | 11011011 | 1101 | 0 | 1101 | 1 | 1110110 | 1010101 | 1011100 |
Color Harmonies of #DCFCDB
Complementary color
Monochromatic Colors of #DCFCDB
Black with #DCFCDB
Text Example
Text Example
White with #DCFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCDB; }
p { color: rgb(220,252,219); }
H1.HeaderClassName
{
color: #DCFCDB;
}
.AnyTagClassName
{
color: #DCFCDB;
}
</style>
background-color css
<style>
a { background-color: #DCFCDB; }
a { background-color: rgb(220,252,219); }
div.DivClassName
{
background-color: #DCFCDB;
}
.BgClassName
{
background-color: #DCFCDB;
}
</style>
border-color css
<style>
span { border-color: #DCFCDB; }
span { border-color: rgb(220,252,219); }
td.TdClassName
{
border-color: #DCFCDB;
}
.TagClassName
{
border-color: #DCFCDB;
}
</style>