#DDF4DB

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

Shades of Tara #DDF4DB

Tints of Tara #DDF4DB

Color information

#DDF4DB (or 0xDDF4DB) is unknown color: approx Tara. HEX triplet: DD, F4 and DB. RGB value is (221,244,219). Sum of RGB (Red+Green+Blue) = 221+244+219=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4DB is #220B24. Grayscale: #EAEAEA. Windows color (decimal): -2231077 or 14415069. OLE color: 14415069.

HSL color Cylindrical-coordinate representation of color #DDF4DB: hue angle of 115.2º degrees, saturation: 0.53, 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 #DDF4DB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB221244219-
CMYK0.0900.100.04
HSL115.2º53.19%90.78%-
HSV(B)115.2º10.25%95.69%-
XYZ74.9685.1979.51-
YUV234.27119.38118.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 244 (95.70% from 255) = 35.67%
BLUE value IS 219 (85.94% from 255) = 32.02%
R=32.31%
G=35.67%
B=32.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212442190.0900.100.04115.253.1990.78
HexDDF4DB90A473355b
Octal33536433311012416365133
Binary11011101111101001101101110010101010011100111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF4DB; }

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

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

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

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

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

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

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

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