#DFDDC9

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

Shades of Green White #DFDDC9

Tints of Green White #DFDDC9

Color information

#DFDDC9 (or 0xDFDDC9) is unknown color: approx Green White. HEX triplet: DF, DD and C9. RGB value is (223,221,201). Sum of RGB (Red+Green+Blue) = 223+221+201=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDC9 is #202236. Grayscale: #DBDBDB. Windows color (decimal): -2105911 or 13229535. OLE color: 13229535.

HSL color Cylindrical-coordinate representation of color #DFDDC9: hue angle of 54.55º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDDC9 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB223221201-
CMYK00.010.100.13
HSL54.55º25.58%83.14%-
HSV(B)54.55º9.87%87.45%-
XYZ66.8371.6265.56-
YUV219.32117.66130.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 201 (78.91% from 255) = 31.16%
R=34.57%
G=34.26%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322120100.010.100.1354.5525.5883.14
HexDFDDC901AD371a53
Octal3373353110112156732123
Binary1101111111011101110010010110101101110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDC9; }

 p { color: rgb(223,221,201); }

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

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

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

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

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

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

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