#DFDDC8

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

Shades of Green White #DFDDC8

Tints of Green White #DFDDC8

Color information

#DFDDC8 (or 0xDFDDC8) is unknown color: approx Green White. HEX triplet: DF, DD and C8. RGB value is (223,221,200). Sum of RGB (Red+Green+Blue) = 223+221+200=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDC8 is #202237. Grayscale: #DBDBDB. Windows color (decimal): -2105912 or 13163999. OLE color: 13163999.

HSL color Cylindrical-coordinate representation of color #DFDDC8: hue angle of 54.78º 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 #DFDDC8 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB223221200-
CMYK00.010.100.13
HSL54.78º26.44%82.94%-
HSV(B)54.78º10.31%87.45%-
XYZ66.7171.5764.94-
YUV219.2117.16130.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 200 (78.52% from 255) = 31.06%
R=34.63%
G=34.32%
B=31.06%

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
Decimal22322120000.010.100.1354.7826.4482.94
HexDFDDC801AD371a53
Octal3373353100112156732123
Binary1101111111011101110010000110101101110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDC8; }

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

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

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

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

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

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

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

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