#DDF0DD

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

Shades of Tara #DDF0DD

Tints of Tara #DDF0DD

Color information

#DDF0DD (or 0xDDF0DD) is unknown color: approx Tara. HEX triplet: DD, F0 and DD. RGB value is (221,240,221). Sum of RGB (Red+Green+Blue) = 221+240+221=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0DD is #220F22. Grayscale: #E8E8E8. Windows color (decimal): -2232099 or 14545117. OLE color: 14545117.

HSL color Cylindrical-coordinate representation of color #DDF0DD: hue angle of 120º degrees, saturation: 0.39, 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 #DDF0DD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB221240221-
CMYK0.0800.080.06
HSL120º38.78%90.39%-
HSV(B)120º7.92%94.12%-
XYZ74.0382.9180.51-
YUV232.15121.71120.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.40%
GREEN value IS 240 (94.14% from 255) = 35.19%
BLUE value IS 221 (86.72% from 255) = 32.40%
R=32.40%
G=35.19%
B=32.40%

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
Decimal2212402210.0800.080.0612038.7890.39
HexDDF0DD808678275a
Octal33536033510010617047132
Binary11011101111100001101110110000100011011110001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0DD; }

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

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

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

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

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

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

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

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