#DFDFD0

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

Shades of Green White #DFDFD0

Tints of Green White #DFDFD0

Color information

#DFDFD0 (or 0xDFDFD0) is unknown color: approx Green White. HEX triplet: DF, DF and D0. RGB value is (223,223,208). Sum of RGB (Red+Green+Blue) = 223+223+208=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFD0 is #20202F. Grayscale: #DDDDDD. Windows color (decimal): -2105392 or 13688799. OLE color: 13688799.

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

Color convert

RGB223223208-
CMYK000.070.13
HSL60º18.99%84.51%-
HSV(B)60º6.73%87.45%-
XYZ68.273.0270.17-
YUV221.29120.5129.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 208 (81.64% from 255) = 31.80%
R=34.10%
G=34.10%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223208000.070.136018.9984.51
HexDFDFD0007D3c1355
Octal337337320007157423125
Binary110111111101111111010000001111101111100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFD0; }

 p { color: rgb(223,223,208); }

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

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

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

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

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

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

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