#DDF0DC

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

Shades of Tara #DDF0DC

Tints of Tara #DDF0DC

Color information

#DDF0DC (or 0xDDF0DC) is unknown color: approx Tara. HEX triplet: DD, F0 and DC. RGB value is (221,240,220). Sum of RGB (Red+Green+Blue) = 221+240+220=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0DC is #220F23. Grayscale: #E8E8E8. Windows color (decimal): -2232100 or 14479581. OLE color: 14479581.

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

Color convert

RGB221240220-
CMYK0.0800.080.06
HSL117º40%90.2%-
HSV(B)117º8.33%94.12%-
XYZ73.982.8679.81-
YUV232.04121.21120.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.45%
GREEN value IS 240 (94.14% from 255) = 35.24%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=32.45%
G=35.24%
B=32.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212402200.0800.080.061174090.2
HexDDF0DC808675285a
Octal33536033410010616550132
Binary11011101111100001101110010000100011011101011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0DC; }

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

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

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

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

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

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

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

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