#DFDCCC

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

Shades of Milk White #DFDCCC

Tints of Milk White #DFDCCC

Color information

#DFDCCC (or 0xDFDCCC) is unknown color: approx Milk White. HEX triplet: DF, DC and CC. RGB value is (223,220,204). Sum of RGB (Red+Green+Blue) = 223+220+204=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCCC is #202333. Grayscale: #DBDBDB. Windows color (decimal): -2106164 or 13425887. OLE color: 13425887.

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

Color convert

RGB223220204-
CMYK00.010.090.13
HSL50.53º22.89%83.73%-
HSV(B)50.53º8.52%87.45%-
XYZ66.9271.2367.35-
YUV219.07119.49130.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 204 (80.08% from 255) = 31.53%
R=34.47%
G=34.00%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322020400.010.090.1350.5322.8983.73
HexDFDCCC019D331754
Octal3373343140111156327124
Binary1101111111011100110011000110011101110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCCC; }

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

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

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

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

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

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

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

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