#DFDBCD

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

Shades of Milk White #DFDBCD

Tints of Milk White #DFDBCD

Color information

#DFDBCD (or 0xDFDBCD) is unknown color: approx Milk White. HEX triplet: DF, DB and CD. RGB value is (223,219,205). Sum of RGB (Red+Green+Blue) = 223+219+205=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBCD is #202432. Grayscale: #DADADA. Windows color (decimal): -2106419 or 13491167. OLE color: 13491167.

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

Color convert

RGB223219205-
CMYK00.020.080.13
HSL46.67º21.95%83.92%-
HSV(B)46.67º8.07%87.45%-
XYZ66.7870.7667.9-
YUV218.6120.33131.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 219 (85.94% from 255) = 33.85%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=34.47%
G=33.85%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321920500.020.080.1346.6721.9583.92
HexDFDBCD028D2f1654
Octal3373333150210155726124
Binary11011111110110111100110101010001101101111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBCD; }

 p { color: rgb(223,219,205); }

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

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

 a { background-color: rgb(223,219,205); }

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

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

 span { border-color: rgb(223,219,205); }

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