#DDFED8

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

Shades of Tara #DDFED8

Tints of Tara #DDFED8

Color information

#DDFED8 (or 0xDDFED8) is unknown color: approx Tara. HEX triplet: DD, FE and D8. RGB value is (221,254,216). Sum of RGB (Red+Green+Blue) = 221+254+216=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 216 (84.77% from 255 or 31.26% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFED8 is #220127. Grayscale: #EFEFEF. Windows color (decimal): -2228520 or 14221021. OLE color: 14221021.

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

Color convert

RGB221254216-
CMYK0.1300.150.00
HSL112.11º95%92.16%-
HSV(B)112.11º14.96%99.61%-
XYZ77.6691.2178.48-
YUV239.8114.57114.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 254 (99.61% from 255) = 36.76%
BLUE value IS 216 (84.77% from 255) = 31.26%
R=31.98%
G=36.76%
B=31.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212542160.1300.150.00112.119592.16
HexDDFED8D0F0705f5c
Octal335376330150170160137134
Binary1101110111111110110110001101011110111000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFED8; }

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

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

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

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

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

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

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

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