#DFE0CE

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

Shades of Green White #DFE0CE

Tints of Green White #DFE0CE

Color information

#DFE0CE (or 0xDFE0CE) is unknown color: approx Green White. HEX triplet: DF, E0 and CE. RGB value is (223,224,206). Sum of RGB (Red+Green+Blue) = 223+224+206=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0CE is #201F31. Grayscale: #DDDDDD. Windows color (decimal): -2105138 or 13557983. OLE color: 13557983.

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

Color convert

RGB223224206-
CMYK0.0000.080.12
HSL63.33º22.5%84.31%-
HSV(B)63.33º8.04%87.84%-
XYZ68.2373.4668.97-
YUV221.65119.17128.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 224 (87.89% from 255) = 34.30%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=34.15%
G=34.30%
B=31.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232242060.0000.080.1263.3322.584.31
HexDFE0CE008C3f1754
Octal3373403160010147727124
Binary1101111111100000110011100010001100111111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0CE; }

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

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

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

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

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

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

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

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