#DFDBCF

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

Shades of Milk White #DFDBCF

Tints of Milk White #DFDBCF

Color information

#DFDBCF (or 0xDFDBCF) is unknown color: approx Milk White. HEX triplet: DF, DB and CF. RGB value is (223,219,207). Sum of RGB (Red+Green+Blue) = 223+219+207=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBCF is #202430. Grayscale: #DADADA. Windows color (decimal): -2106417 or 13622239. OLE color: 13622239.

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

Color convert

RGB223219207-
CMYK00.020.070.13
HSL45º20%84.31%-
HSV(B)45º7.17%87.45%-
XYZ67.0370.8669.18-
YUV218.83121.33130.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 207 (81.25% from 255) = 31.90%
R=34.36%
G=33.74%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321920700.020.070.13452084.31
HexDFDBCF027D2d1454
Octal337333317027155524124
Binary1101111111011011110011110101111101101101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBCF; }

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

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

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

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

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

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

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

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