#DFDBCE

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

Shades of Milk White #DFDBCE

Tints of Milk White #DFDBCE

Color information

#DFDBCE (or 0xDFDBCE) is unknown color: approx Milk White. HEX triplet: DF, DB and CE. RGB value is (223,219,206). Sum of RGB (Red+Green+Blue) = 223+219+206=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBCE is #202431. Grayscale: #DADADA. Windows color (decimal): -2106418 or 13556703. OLE color: 13556703.

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

Color convert

RGB223219206-
CMYK00.020.080.13
HSL45.88º20.99%84.12%-
HSV(B)45.88º7.62%87.45%-
XYZ66.970.8168.53-
YUV218.71120.83131.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 206 (80.86% from 255) = 31.79%
R=34.41%
G=33.80%
B=31.79%

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
Decimal22321920600.020.080.1345.8820.9984.12
HexDFDBCE028D2e1554
Octal3373333160210155625124
Binary11011111110110111100111001010001101101110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBCE; }

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

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

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

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

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

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

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

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