#DFFEDC

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

Shades of Tara #DFFEDC

Tints of Tara #DFFEDC

Color information

#DFFEDC (or 0xDFFEDC) is unknown color: approx Tara. HEX triplet: DF, FE and DC. RGB value is (223,254,220). Sum of RGB (Red+Green+Blue) = 223+254+220=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFEDC is #200123. Grayscale: #F0F0F0. Windows color (decimal): -2097444 or 14483167. OLE color: 14483167.

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

Color convert

RGB223254220-
CMYK0.1200.130.00
HSL114.71º94.44%92.94%-
HSV(B)114.71º13.39%99.61%-
XYZ78.7991.7481.26-
YUV240.86116.23115.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 220 (86.33% from 255) = 31.56%
R=31.99%
G=36.44%
B=31.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232542200.1200.130.00114.7194.4492.94
HexDFFEDCC0D0735e5d
Octal337376334140150163136135
Binary1101111111111110110111001100011010111001110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFEDC; }

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

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

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

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

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

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

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

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