#DDF0DB

Color #DDF0DB Tara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tara #DDF0DB

Tints of Tara #DDF0DB

Color information

#DDF0DB (or 0xDDF0DB) is unknown color: approx Tara. HEX triplet: DD, F0 and DB. RGB value is (221,240,219). Sum of RGB (Red+Green+Blue) = 221+240+219=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0DB is #220F24. Grayscale: #E7E7E7. Windows color (decimal): -2232101 or 14414045. OLE color: 14414045.

HSL color Cylindrical-coordinate representation of color #DDF0DB: hue angle of 114.29º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF0DB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB221240219-
CMYK0.0800.090.06
HSL114.29º41.18%90%-
HSV(B)114.29º8.75%94.12%-
XYZ73.7782.8179.11-
YUV231.92120.71120.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 240 (94.14% from 255) = 35.29%
BLUE value IS 219 (85.94% from 255) = 32.21%
R=32.5%
G=35.29%
B=32.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212402190.0800.090.06114.2941.1890
HexDDF0DB809672295a
Octal33536033310011616251132
Binary11011101111100001101101110000100111011100101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0DB; }

 p { color: rgb(221,240,219); }

 H1.HeaderClassName
 {
   color: #DDF0DB;
 }
 .AnyTagClassName
 {
   color: #DDF0DB;
 }
</style>
background-color css

<style>
 a { background-color: #DDF0DB; }

 a { background-color: rgb(221,240,219); }

 div.DivClassName
 {
   background-color: #DDF0DB;
 }
 .BgClassName
 {
   background-color: #DDF0DB;
 }
</style>
border-color css

<style>
 span { border-color: #DDF0DB; }

 span { border-color: rgb(221,240,219); }

 td.TdClassName
 {
   border-color: #DDF0DB;
 }
 .TagClassName
 {
   border-color: #DDF0DB;
 }
</style>