#DFDCCF

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

Shades of Milk White #DFDCCF

Tints of Milk White #DFDCCF

Color information

#DFDCCF (or 0xDFDCCF) is unknown color: approx Milk White. HEX triplet: DF, DC and CF. RGB value is (223,220,207). Sum of RGB (Red+Green+Blue) = 223+220+207=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCCF is #202330. Grayscale: #DBDBDB. Windows color (decimal): -2106161 or 13622495. OLE color: 13622495.

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

Color convert

RGB223220207-
CMYK00.010.070.13
HSL48.75º20%84.31%-
HSV(B)48.75º7.17%87.45%-
XYZ67.2971.3869.26-
YUV219.42120.99130.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 207 (81.25% from 255) = 31.85%
R=34.31%
G=33.85%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322020700.010.070.1348.752084.31
HexDFDCCF017D311454
Octal337334317017156124124
Binary110111111101110011001111011111101110001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCCF; }

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

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

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

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

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

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

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

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