#DFDDD1

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

Shades of Milk White #DFDDD1

Tints of Milk White #DFDDD1

Color information

#DFDDD1 (or 0xDFDDD1) is unknown color: approx Milk White. HEX triplet: DF, DD and D1. RGB value is (223,221,209). Sum of RGB (Red+Green+Blue) = 223+221+209=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDD1 is #20222E. Grayscale: #DCDCDC. Windows color (decimal): -2105903 or 13753823. OLE color: 13753823.

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

Color convert

RGB223221209-
CMYK00.010.060.13
HSL51.43º17.95%84.71%-
HSV(B)51.43º6.28%87.45%-
XYZ67.87270.65-
YUV220.23121.66129.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=34.15%
G=33.84%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322120900.010.060.1351.4317.9584.71
HexDFDDD1016D331255
Octal337335321016156322125
Binary110111111101110111010001011101101110011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDD1; }

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

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

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

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

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

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

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

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