Shades of Tara #DCF8DB
Tints of Tara #DCF8DB
RGB
CMYK
RGB Variations
Color information
#DCF8DB (or 0xDCF8DB) is known color: Tara. HEX triplet: DC, F8 and DB. RGB value is (220,248,219). Sum of RGB (Red+Green+Blue) = 220+248+219=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8DB is #230724. Grayscale: #ECECEC. Windows color (decimal): -2295589 or 14416092. OLE color: 14416092.
HSL color Cylindrical-coordinate representation of color #DCF8DB: hue angle of 117.93º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF8DB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 220 | 248 | 219 | - |
CMYK | 0.11 | 0 | 0.12 | 0.03 |
HSL | 117.93º | 0.67% | 0.92% | - |
HSV(B) | 117.93º | 0.12% | 0.97% | - |
XYZ | 75.87 | 87.46 | 79.9 | - |
YUV | 236.32 | 118.22 | 116.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 248 | 219 | 0.11 | 0 | 0.12 | 0.03 | 117.93 | 0.67 | 0.92 |
Hex | DC | F8 | DB | B | 0 | C | 3 | 76 | 43 | 5C |
Octal | 334 | 370 | 333 | 13 | 0 | 14 | 3 | 166 | 103 | 134 |
Binary | 11011100 | 11111000 | 11011011 | 1011 | 0 | 1100 | 11 | 1110110 | 1000011 | 1011100 |
Color Harmonies of #DCF8DB
Complementary color
Monochromatic Colors of #DCF8DB
Black with #DCF8DB
Text Example
Text Example
White with #DCF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF8DB; }
p { color: rgb(220,248,219); }
H1.HeaderClassName
{
color: #DCF8DB;
}
.AnyTagClassName
{
color: #DCF8DB;
}
</style>
background-color css
<style>
a { background-color: #DCF8DB; }
a { background-color: rgb(220,248,219); }
div.DivClassName
{
background-color: #DCF8DB;
}
.BgClassName
{
background-color: #DCF8DB;
}
</style>
border-color css
<style>
span { border-color: #DCF8DB; }
span { border-color: rgb(220,248,219); }
td.TdClassName
{
border-color: #DCF8DB;
}
.TagClassName
{
border-color: #DCF8DB;
}
</style>