Shades of Tara #DDF5DB
Tints of Tara #DDF5DB
RGB
CMYK
RGB Variations
Color information
#DDF5DB (or 0xDDF5DB) is known color: Tara. HEX triplet: DD, F5 and DB. RGB value is (221,245,219). Sum of RGB (Red+Green+Blue) = 221+245+219=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5DB is #220A24. Grayscale: #EAEAEA. Windows color (decimal): -2230821 or 14415325. OLE color: 14415325.
HSL color Cylindrical-coordinate representation of color #DDF5DB: hue angle of 115.38º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF5DB is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 219 | - |
CMYK | 0.10 | 0 | 0.11 | 0.04 |
HSL | 115.38º | 0.57% | 0.91% | - |
HSV(B) | 115.38º | 0.11% | 0.96% | - |
XYZ | 75.26 | 85.79 | 79.61 | - |
YUV | 234.86 | 119.05 | 118.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 219 | 0.10 | 0 | 0.11 | 0.04 | 115.38 | 0.57 | 0.91 |
Hex | DD | F5 | DB | A | 0 | B | 4 | 73 | 39 | 5B |
Octal | 335 | 365 | 333 | 12 | 0 | 13 | 4 | 163 | 71 | 133 |
Binary | 11011101 | 11110101 | 11011011 | 1010 | 0 | 1011 | 100 | 1110011 | 111001 | 1011011 |
Color Harmonies of #DDF5DB
Complementary color
Monochromatic Colors of #DDF5DB
Black with #DDF5DB
Text Example
Text Example
White with #DDF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5DB; }
p { color: rgb(221,245,219); }
H1.HeaderClassName
{
color: #DDF5DB;
}
.AnyTagClassName
{
color: #DDF5DB;
}
</style>
background-color css
<style>
a { background-color: #DDF5DB; }
a { background-color: rgb(221,245,219); }
div.DivClassName
{
background-color: #DDF5DB;
}
.BgClassName
{
background-color: #DDF5DB;
}
</style>
border-color css
<style>
span { border-color: #DDF5DB; }
span { border-color: rgb(221,245,219); }
td.TdClassName
{
border-color: #DDF5DB;
}
.TagClassName
{
border-color: #DDF5DB;
}
</style>