#DFDED2

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

Shades of Green White #DFDED2

Tints of Green White #DFDED2

Color information

#DFDED2 (or 0xDFDED2) is unknown color: approx Green White. HEX triplet: DF, DE and D2. RGB value is (223,222,210). Sum of RGB (Red+Green+Blue) = 223+222+210=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDED2 is #20212D. Grayscale: #DCDCDC. Windows color (decimal): -2105646 or 13819615. OLE color: 13819615.

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

Color convert

RGB223222210-
CMYK00.000.060.13
HSL55.38º16.88%84.9%-
HSV(B)55.38º5.83%87.45%-
XYZ68.1972.5871.39-
YUV220.93121.83129.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 210 (82.42% from 255) = 32.06%
R=34.05%
G=33.89%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322221000.000.060.1355.3816.8884.9
HexDFDED2006D371155
Octal337336322006156721125
Binary110111111101111011010010001101101110111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDED2; }

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

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

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

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

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

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

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

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