#DFDCD0

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

Shades of Milk White #DFDCD0

Tints of Milk White #DFDCD0

Color information

#DFDCD0 (or 0xDFDCD0) is unknown color: approx Milk White. HEX triplet: DF, DC and D0. RGB value is (223,220,208). Sum of RGB (Red+Green+Blue) = 223+220+208=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCD0 is #20232F. Grayscale: #DBDBDB. Windows color (decimal): -2106160 or 13688031. OLE color: 13688031.

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

Color convert

RGB223220208-
CMYK00.010.070.13
HSL48º18.99%84.51%-
HSV(B)48º6.73%87.45%-
XYZ67.4171.4369.91-
YUV219.53121.49130.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=34.25%
G=33.79%
B=31.95%

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
Decimal22322020800.010.070.134818.9984.51
HexDFDCD0017D301355
Octal337334320017156023125
Binary110111111101110011010000011111101110000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCD0; }

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

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

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

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

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

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

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

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