#DFDECC

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

Shades of Green White #DFDECC

Tints of Green White #DFDECC

Color information

#DFDECC (or 0xDFDECC) is unknown color: approx Green White. HEX triplet: DF, DE and CC. RGB value is (223,222,204). Sum of RGB (Red+Green+Blue) = 223+222+204=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDECC is #202133. Grayscale: #DCDCDC. Windows color (decimal): -2105652 or 13426399. OLE color: 13426399.

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

Color convert

RGB223222204-
CMYK00.000.090.13
HSL56.84º22.89%83.73%-
HSV(B)56.84º8.52%87.45%-
XYZ67.4572.2967.53-
YUV220.25118.83129.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 222 (87.11% from 255) = 34.21%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=34.36%
G=34.21%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322220400.000.090.1356.8422.8983.73
HexDFDECC009D391754
Octal3373363140011157127124
Binary1101111111011110110011000010011101111001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDECC; }

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

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

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

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

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

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

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

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