#DFDDCF

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

Shades of Green White #DFDDCF

Tints of Green White #DFDDCF

Color information

#DFDDCF (or 0xDFDDCF) is unknown color: approx Green White. HEX triplet: DF, DD and CF. RGB value is (223,221,207). Sum of RGB (Red+Green+Blue) = 223+221+207=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDCF is #202230. Grayscale: #DCDCDC. Windows color (decimal): -2105905 or 13622751. OLE color: 13622751.

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

Color convert

RGB223221207-
CMYK00.010.070.13
HSL52.5º20%84.31%-
HSV(B)52.5º7.17%87.45%-
XYZ67.5571.9169.35-
YUV220120.66130.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=34.25%
G=33.95%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322120700.010.070.1352.52084.31
HexDFDDCF017D341454
Octal337335317017156424124
Binary110111111101110111001111011111101110100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDCF; }

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

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

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

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

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

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

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

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