Shades of Tara #DDFCDB
Tints of Tara #DDFCDB
RGB
CMYK
RGB Variations
Color information
#DDFCDB (or 0xDDFCDB) is known color: Tara. HEX triplet: DD, FC and DB. RGB value is (221,252,219). Sum of RGB (Red+Green+Blue) = 221+252+219=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCDB is #220324. Grayscale: #EFEFEF. Windows color (decimal): -2229029 or 14417117. OLE color: 14417117.
HSL color Cylindrical-coordinate representation of color #DDFCDB: hue angle of 116.36º 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 #DDFCDB is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 219 | - |
CMYK | 0.12 | 0 | 0.13 | 0.01 |
HSL | 116.36º | 0.85% | 0.92% | - |
HSV(B) | 116.36º | 0.13% | 0.99% | - |
XYZ | 77.42 | 90.11 | 80.33 | - |
YUV | 238.97 | 116.73 | 115.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 219 | 0.12 | 0 | 0.13 | 0.01 | 116.36 | 0.85 | 0.92 |
Hex | DD | FC | DB | C | 0 | D | 1 | 74 | 55 | 5C |
Octal | 335 | 374 | 333 | 14 | 0 | 15 | 1 | 164 | 125 | 134 |
Binary | 11011101 | 11111100 | 11011011 | 1100 | 0 | 1101 | 1 | 1110100 | 1010101 | 1011100 |
Color Harmonies of #DDFCDB
Complementary color
Monochromatic Colors of #DDFCDB
Black with #DDFCDB
Text Example
Text Example
White with #DDFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCDB; }
p { color: rgb(221,252,219); }
H1.HeaderClassName
{
color: #DDFCDB;
}
.AnyTagClassName
{
color: #DDFCDB;
}
</style>
background-color css
<style>
a { background-color: #DDFCDB; }
a { background-color: rgb(221,252,219); }
div.DivClassName
{
background-color: #DDFCDB;
}
.BgClassName
{
background-color: #DDFCDB;
}
</style>
border-color css
<style>
span { border-color: #DDFCDB; }
span { border-color: rgb(221,252,219); }
td.TdClassName
{
border-color: #DDFCDB;
}
.TagClassName
{
border-color: #DDFCDB;
}
</style>