#DFDDC7

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

Shades of Green White #DFDDC7

Tints of Green White #DFDDC7

Color information

#DFDDC7 (or 0xDFDDC7) is unknown color: approx Green White. HEX triplet: DF, DD and C7. RGB value is (223,221,199). Sum of RGB (Red+Green+Blue) = 223+221+199=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDC7 is #202238. Grayscale: #DBDBDB. Windows color (decimal): -2105913 or 13098463. OLE color: 13098463.

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

Color convert

RGB223221199-
CMYK00.010.110.13
HSL55º27.27%82.75%-
HSV(B)55º10.76%87.45%-
XYZ66.671.5264.33-
YUV219.09116.66130.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 199 (78.12% from 255) = 30.95%
R=34.68%
G=34.37%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322119900.010.110.135527.2782.75
HexDFDDC701BD371b53
Octal3373353070113156733123
Binary1101111111011101110001110110111101110111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDC7; }

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

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

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

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

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

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

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

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