#DDF4DC

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

Shades of Tara #DDF4DC

Tints of Tara #DDF4DC

Color information

#DDF4DC (or 0xDDF4DC) is unknown color: approx 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

RGB221244220-
CMYK0.0900.100.04
HSL117.5º52.17%90.98%-
HSV(B)117.5º9.84%95.69%-
XYZ75.0985.2480.21-
YUV234.39119.88118.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 244 (95.70% from 255) = 35.62%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=32.26%
G=35.62%
B=32.12%

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
Decimal2212442200.0900.100.04117.552.1790.98
HexDDF4DC90A475345b
Octal33536433411012416564133
Binary11011101111101001101110010010101010011101011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>