#DFE0D1

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

Shades of Green White #DFE0D1

Tints of Green White #DFE0D1

Color information

#DFE0D1 (or 0xDFE0D1) is unknown color: approx Green White. HEX triplet: DF, E0 and D1. RGB value is (223,224,209). Sum of RGB (Red+Green+Blue) = 223+224+209=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0D1 is #201F2E. Grayscale: #DEDEDE. Windows color (decimal): -2105135 or 13754591. OLE color: 13754591.

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

Color convert

RGB223224209-
CMYK0.0000.070.12
HSL64º19.48%84.9%-
HSV(B)64º6.7%87.84%-
XYZ68.673.670.91-
YUV221.99120.67128.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 224 (87.89% from 255) = 34.15%
BLUE value IS 209 (82.03% from 255) = 31.86%
R=33.99%
G=34.15%
B=31.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232242090.0000.070.126419.4884.9
HexDFE0D1007C401355
Octal3373403210071410023125
Binary1101111111100000110100010011111001000000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0D1; }

 p { color: rgb(223,224,209); }

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

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

 a { background-color: rgb(223,224,209); }

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

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

 span { border-color: rgb(223,224,209); }

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