#DDFEDC

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

Shades of Tara #DDFEDC

Tints of Tara #DDFEDC

Color information

#DDFEDC (or 0xDDFEDC) is unknown color: approx Tara. HEX triplet: DD, FE and DC. RGB value is (221,254,220). Sum of RGB (Red+Green+Blue) = 221+254+220=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEDC is #220123. Grayscale: #F0F0F0. Windows color (decimal): -2228516 or 14483165. OLE color: 14483165.

HSL color Cylindrical-coordinate representation of color #DDFEDC: hue angle of 118.24º 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 #DDFEDC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB221254220-
CMYK0.1300.130.00
HSL118.24º94.44%92.94%-
HSV(B)118.24º13.39%99.61%-
XYZ78.1891.4281.24-
YUV240.26116.57114.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.80%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 220 (86.33% from 255) = 31.65%
R=31.80%
G=36.55%
B=31.65%

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
Decimal2212542200.1300.130.00118.2494.4492.94
HexDDFEDCD0D0765e5d
Octal335376334150150166136135
Binary1101110111111110110111001101011010111011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEDC; }

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

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

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

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

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

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

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

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