#DFDACA

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

Shades of Milk White #DFDACA

Tints of Milk White #DFDACA

Color information

#DFDACA (or 0xDFDACA) is unknown color: approx Milk White. HEX triplet: DF, DA and CA. RGB value is (223,218,202). Sum of RGB (Red+Green+Blue) = 223+218+202=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDACA is #202535. Grayscale: #D9D9D9. Windows color (decimal): -2106678 or 13294303. OLE color: 13294303.

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

Color convert

RGB223218202-
CMYK00.020.090.13
HSL45.71º24.71%83.33%-
HSV(B)45.71º9.42%87.45%-
XYZ66.1670.165.92-
YUV217.67119.16131.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=34.68%
G=33.90%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321820200.020.090.1345.7124.7183.33
HexDFDACA029D2e1953
Octal3373323120211155631123
Binary11011111110110101100101001010011101101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDACA; }

 p { color: rgb(223,218,202); }

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

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

 a { background-color: rgb(223,218,202); }

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

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

 span { border-color: rgb(223,218,202); }

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