#DDF9DE

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

Shades of Tara #DDF9DE

Tints of Tara #DDF9DE

Color information

#DDF9DE (or 0xDDF9DE) is unknown color: approx Tara. HEX triplet: DD, F9 and DE. RGB value is (221,249,222). Sum of RGB (Red+Green+Blue) = 221+249+222=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9DE is #220621. Grayscale: #EDEDED. Windows color (decimal): -2229794 or 14612957. OLE color: 14612957.

HSL color Cylindrical-coordinate representation of color #DDF9DE: hue angle of 122.14º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9DE is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB221249222-
CMYK0.1100.110.02
HSL122.14º70%92.16%-
HSV(B)122.14º11.24%97.65%-
XYZ76.8888.482.12-
YUV237.55119.22116.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.94%
GREEN value IS 249 (97.66% from 255) = 35.98%
BLUE value IS 222 (87.11% from 255) = 32.08%
R=31.94%
G=35.98%
B=32.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212492220.1100.110.02122.147092.16
HexDDF9DEB0B27a465c
Octal335371336130132172106134
Binary11011101111110011101111010110101110111101010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9DE; }

 p { color: rgb(221,249,222); }

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

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

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

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

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

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

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