Shades of Tara #DDF1DB
Tints of Tara #DDF1DB
RGB
CMYK
RGB Variations
Color information
#DDF1DB (or 0xDDF1DB) is known color: Tara. HEX triplet: DD, F1 and DB. RGB value is (221,241,219). Sum of RGB (Red+Green+Blue) = 221+241+219=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1DB is #220E24. Grayscale: #E8E8E8. Windows color (decimal): -2231845 or 14414301. OLE color: 14414301.
HSL color Cylindrical-coordinate representation of color #DDF1DB: hue angle of 114.55º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF1DB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 241 | 219 | - |
CMYK | 0.08 | 0 | 0.09 | 0.05 |
HSL | 114.55º | 0.44% | 0.9% | - |
HSV(B) | 114.55º | 0.09% | 0.95% | - |
XYZ | 74.06 | 83.4 | 79.21 | - |
YUV | 232.51 | 120.37 | 119.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 241 | 219 | 0.08 | 0 | 0.09 | 0.05 | 114.55 | 0.44 | 0.9 |
Hex | DD | F1 | DB | 8 | 0 | 9 | 5 | 73 | 2C | 5A |
Octal | 335 | 361 | 333 | 10 | 0 | 11 | 5 | 163 | 54 | 132 |
Binary | 11011101 | 11110001 | 11011011 | 1000 | 0 | 1001 | 101 | 1110011 | 101100 | 1011010 |
Color Harmonies of #DDF1DB
Complementary color
Monochromatic Colors of #DDF1DB
Black with #DDF1DB
Text Example
Text Example
White with #DDF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1DB; }
p { color: rgb(221,241,219); }
H1.HeaderClassName
{
color: #DDF1DB;
}
.AnyTagClassName
{
color: #DDF1DB;
}
</style>
background-color css
<style>
a { background-color: #DDF1DB; }
a { background-color: rgb(221,241,219); }
div.DivClassName
{
background-color: #DDF1DB;
}
.BgClassName
{
background-color: #DDF1DB;
}
</style>
border-color css
<style>
span { border-color: #DDF1DB; }
span { border-color: rgb(221,241,219); }
td.TdClassName
{
border-color: #DDF1DB;
}
.TagClassName
{
border-color: #DDF1DB;
}
</style>