#DDFEDD

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

Shades of Tara #DDFEDD

Tints of Tara #DDFEDD

Color information

#DDFEDD (or 0xDDFEDD) is unknown color: approx Tara. HEX triplet: DD, FE and DD. RGB value is (221,254,221). Sum of RGB (Red+Green+Blue) = 221+254+221=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEDD is #220122. Grayscale: #F0F0F0. Windows color (decimal): -2228515 or 14548701. OLE color: 14548701.

HSL color Cylindrical-coordinate representation of color #DDFEDD: hue angle of 120º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFEDD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB221254221-
CMYK0.1300.130.00
HSL120º94.29%93.14%-
HSV(B)120º12.99%99.61%-
XYZ78.3191.4881.94-
YUV240.37117.07114.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.75%
GREEN value IS 254 (99.61% from 255) = 36.49%
BLUE value IS 221 (86.72% from 255) = 31.75%
R=31.75%
G=36.49%
B=31.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212542210.1300.130.0012094.2993.14
HexDDFEDDD0D0785e5d
Octal335376335150150170136135
Binary1101110111111110110111011101011010111100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEDD; }

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

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

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

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

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

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

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

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