#DFDED0

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

Shades of Green White #DFDED0

Tints of Green White #DFDED0

Color information

#DFDED0 (or 0xDFDED0) is unknown color: approx Green White. HEX triplet: DF, DE and D0. RGB value is (223,222,208). Sum of RGB (Red+Green+Blue) = 223+222+208=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDED0 is #20212F. Grayscale: #DCDCDC. Windows color (decimal): -2105648 or 13688543. OLE color: 13688543.

HSL color Cylindrical-coordinate representation of color #DFDED0: hue angle of 56º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDED0 is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223222208-
CMYK00.000.070.13
HSL56º18.99%84.51%-
HSV(B)56º6.73%87.45%-
XYZ67.9472.4870.08-
YUV220.7120.83129.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 208 (81.64% from 255) = 31.85%
R=34.15%
G=34.00%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322220800.000.070.135618.9984.51
HexDFDED0007D381355
Octal337336320007157023125
Binary110111111101111011010000001111101111000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDED0; }

 p { color: rgb(223,222,208); }

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

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

 a { background-color: rgb(223,222,208); }

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

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

 span { border-color: rgb(223,222,208); }

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