Shades of Tara #DDF4DC
Tints of Tara #DDF4DC
RGB
CMYK
RGB Variations
Color information
#DDF4DC (or 0xDDF4DC) is known color: Tara. HEX triplet: DD, F4 and DC. RGB value is (221,244,220). Sum of RGB (Red+Green+Blue) = 221+244+220=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4DC is #220B23. Grayscale: #EAEAEA. Windows color (decimal): -2231076 or 14480605. OLE color: 14480605.
HSL color Cylindrical-coordinate representation of color #DDF4DC: hue angle of 117.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF4DC is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 220 | - |
CMYK | 0.09 | 0 | 0.10 | 0.04 |
HSL | 117.5º | 0.52% | 0.91% | - |
HSV(B) | 117.5º | 0.1% | 0.96% | - |
XYZ | 75.09 | 85.24 | 80.21 | - |
YUV | 234.39 | 119.88 | 118.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 220 | 0.09 | 0 | 0.10 | 0.04 | 117.5 | 0.52 | 0.91 |
Hex | DD | F4 | DC | 9 | 0 | A | 4 | 76 | 34 | 5B |
Octal | 335 | 364 | 334 | 11 | 0 | 12 | 4 | 166 | 64 | 133 |
Binary | 11011101 | 11110100 | 11011100 | 1001 | 0 | 1010 | 100 | 1110110 | 110100 | 1011011 |
Color Harmonies of #DDF4DC
Complementary color
Monochromatic Colors of #DDF4DC
Black with #DDF4DC
Text Example
Text Example
White with #DDF4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4DC; }
p { color: rgb(221,244,220); }
H1.HeaderClassName
{
color: #DDF4DC;
}
.AnyTagClassName
{
color: #DDF4DC;
}
</style>
background-color css
<style>
a { background-color: #DDF4DC; }
a { background-color: rgb(221,244,220); }
div.DivClassName
{
background-color: #DDF4DC;
}
.BgClassName
{
background-color: #DDF4DC;
}
</style>
border-color css
<style>
span { border-color: #DDF4DC; }
span { border-color: rgb(221,244,220); }
td.TdClassName
{
border-color: #DDF4DC;
}
.TagClassName
{
border-color: #DDF4DC;
}
</style>