Shades of Tara #DDF3DB
Tints of Tara #DDF3DB
RGB
CMYK
RGB Variations
Color information
#DDF3DB (or 0xDDF3DB) is known color: Tara. HEX triplet: DD, F3 and DB. RGB value is (221,243,219). Sum of RGB (Red+Green+Blue) = 221+243+219=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3DB is #220C24. Grayscale: #E9E9E9. Windows color (decimal): -2231333 or 14414813. OLE color: 14414813.
HSL color Cylindrical-coordinate representation of color #DDF3DB: hue angle of 115º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF3DB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 219 | - |
CMYK | 0.09 | 0 | 0.10 | 0.05 |
HSL | 115º | 0.5% | 0.91% | - |
HSV(B) | 115º | 0.1% | 0.95% | - |
XYZ | 74.66 | 84.59 | 79.41 | - |
YUV | 233.69 | 119.71 | 118.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 219 | 0.09 | 0 | 0.10 | 0.05 | 115 | 0.5 | 0.91 |
Hex | DD | F3 | DB | 9 | 0 | A | 5 | 73 | 32 | 5B |
Octal | 335 | 363 | 333 | 11 | 0 | 12 | 5 | 163 | 62 | 133 |
Binary | 11011101 | 11110011 | 11011011 | 1001 | 0 | 1010 | 101 | 1110011 | 110010 | 1011011 |
Color Harmonies of #DDF3DB
Complementary color
Monochromatic Colors of #DDF3DB
Black with #DDF3DB
Text Example
Text Example
White with #DDF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3DB; }
p { color: rgb(221,243,219); }
H1.HeaderClassName
{
color: #DDF3DB;
}
.AnyTagClassName
{
color: #DDF3DB;
}
</style>
background-color css
<style>
a { background-color: #DDF3DB; }
a { background-color: rgb(221,243,219); }
div.DivClassName
{
background-color: #DDF3DB;
}
.BgClassName
{
background-color: #DDF3DB;
}
</style>
border-color css
<style>
span { border-color: #DDF3DB; }
span { border-color: rgb(221,243,219); }
td.TdClassName
{
border-color: #DDF3DB;
}
.TagClassName
{
border-color: #DDF3DB;
}
</style>