Shades of Tara #DFFCDB
Tints of Tara #DFFCDB
RGB
CMYK
RGB Variations
Color information
#DFFCDB (or 0xDFFCDB) is known color: Tara. HEX triplet: DF, FC and DB. RGB value is (223,252,219). Sum of RGB (Red+Green+Blue) = 223+252+219=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFCDB is #200324. Grayscale: #EFEFEF. Windows color (decimal): -2097957 or 14417119. OLE color: 14417119.
HSL color Cylindrical-coordinate representation of color #DFFCDB: hue angle of 112.73º 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 #DFFCDB is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 252 | 219 | - |
CMYK | 0.12 | 0 | 0.13 | 0.01 |
HSL | 112.73º | 0.85% | 0.92% | - |
HSV(B) | 112.73º | 0.13% | 0.99% | - |
XYZ | 78.03 | 90.42 | 80.36 | - |
YUV | 239.57 | 116.39 | 116.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 252 | 219 | 0.12 | 0 | 0.13 | 0.01 | 112.73 | 0.85 | 0.92 |
Hex | DF | FC | DB | C | 0 | D | 1 | 71 | 55 | 5C |
Octal | 337 | 374 | 333 | 14 | 0 | 15 | 1 | 161 | 125 | 134 |
Binary | 11011111 | 11111100 | 11011011 | 1100 | 0 | 1101 | 1 | 1110001 | 1010101 | 1011100 |
Color Harmonies of #DFFCDB
Complementary color
Monochromatic Colors of #DFFCDB
Black with #DFFCDB
Text Example
Text Example
White with #DFFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFCDB; }
p { color: rgb(223,252,219); }
H1.HeaderClassName
{
color: #DFFCDB;
}
.AnyTagClassName
{
color: #DFFCDB;
}
</style>
background-color css
<style>
a { background-color: #DFFCDB; }
a { background-color: rgb(223,252,219); }
div.DivClassName
{
background-color: #DFFCDB;
}
.BgClassName
{
background-color: #DFFCDB;
}
</style>
border-color css
<style>
span { border-color: #DFFCDB; }
span { border-color: rgb(223,252,219); }
td.TdClassName
{
border-color: #DFFCDB;
}
.TagClassName
{
border-color: #DFFCDB;
}
</style>