#DFDCCE

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

Shades of Milk White #DFDCCE

Tints of Milk White #DFDCCE

Color information

#DFDCCE (or 0xDFDCCE) is unknown color: approx Milk White. HEX triplet: DF, DC and CE. RGB value is (223,220,206). Sum of RGB (Red+Green+Blue) = 223+220+206=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCCE is #202331. Grayscale: #DBDBDB. Windows color (decimal): -2106162 or 13556959. OLE color: 13556959.

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

Color convert

RGB223220206-
CMYK00.010.080.13
HSL49.41º20.99%84.12%-
HSV(B)49.41º7.62%87.45%-
XYZ67.1771.3368.62-
YUV219.3120.49130.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=34.36%
G=33.90%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322020600.010.080.1349.4120.9984.12
HexDFDCCE018D311554
Octal3373343160110156125124
Binary1101111111011100110011100110001101110001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCCE; }

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

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

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

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

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

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

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

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