#DFDEC5

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

Shades of Green White #DFDEC5

Tints of Green White #DFDEC5

Color information

#DFDEC5 (or 0xDFDEC5) is unknown color: approx Green White. HEX triplet: DF, DE and C5. RGB value is (223,222,197). Sum of RGB (Red+Green+Blue) = 223+222+197=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEC5 is #20213A. Grayscale: #DBDBDB. Windows color (decimal): -2105659 or 12967647. OLE color: 12967647.

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

Color convert

RGB223222197-
CMYK00.000.120.13
HSL57.69º28.89%82.35%-
HSV(B)57.69º11.66%87.45%-
XYZ66.6371.9663.2-
YUV219.45115.33130.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 197 (77.34% from 255) = 30.69%
R=34.74%
G=34.58%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322219700.000.120.1357.6928.8982.35
HexDFDEC500CD3a1d52
Octal3373363050014157235122
Binary1101111111011110110001010011001101111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEC5; }

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

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

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

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

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

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

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

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