#DCD9CE

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

Shades of Milk White #DCD9CE

Tints of Milk White #DCD9CE

Color information

#DCD9CE (or 0xDCD9CE) is unknown color: approx Milk White. HEX triplet: DC, D9 and CE. RGB value is (220,217,206). Sum of RGB (Red+Green+Blue) = 220+217+206=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9CE is #232631. Grayscale: #D8D8D8. Windows color (decimal): -2303538 or 13556188. OLE color: 13556188.

HSL color Cylindrical-coordinate representation of color #DCD9CE: hue angle of 47.14º degrees, saturation: 0.17, 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 #DCD9CE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220217206-
CMYK00.010.060.14
HSL47.14º16.67%83.53%-
HSV(B)47.14º6.36%86.27%-
XYZ65.4769.368.32-
YUV216.64121.99130.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=34.21%
G=33.75%
B=32.04%

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
Decimal22021720600.010.060.1447.1416.6783.53
HexDCD9CE016E2f1154
Octal334331316016165721124
Binary110111001101100111001110011101110101111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9CE; }

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

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

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

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

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

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

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

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