#DCD9CF

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

Shades of Milk White #DCD9CF

Tints of Milk White #DCD9CF

Color information

#DCD9CF (or 0xDCD9CF) is unknown color: approx Milk White. HEX triplet: DC, D9 and CF. RGB value is (220,217,207). Sum of RGB (Red+Green+Blue) = 220+217+207=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9CF is #232630. Grayscale: #D8D8D8. Windows color (decimal): -2303537 or 13621724. OLE color: 13621724.

HSL color Cylindrical-coordinate representation of color #DCD9CF: hue angle of 46.15º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCD9CF is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220217207-
CMYK00.010.060.14
HSL46.15º15.66%83.73%-
HSV(B)46.15º5.91%86.27%-
XYZ65.5969.3568.96-
YUV216.76122.49130.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 217 (85.16% from 255) = 33.70%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=34.16%
G=33.70%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021720700.010.060.1446.1515.6683.73
HexDCD9CF016E2e1054
Octal334331317016165620124
Binary110111001101100111001111011101110101110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9CF; }

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

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

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

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

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

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

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

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