#DDDACF

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

Shades of Milk White #DDDACF

Tints of Milk White #DDDACF

Color information

#DDDACF (or 0xDDDACF) is unknown color: approx Milk White. HEX triplet: DD, DA and CF. RGB value is (221,218,207). Sum of RGB (Red+Green+Blue) = 221+218+207=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDACF is #222530. Grayscale: #D9D9D9. Windows color (decimal): -2237745 or 13621981. OLE color: 13621981.

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

Color convert

RGB221218207-
CMYK00.010.060.13
HSL47.14º17.07%83.92%-
HSV(B)47.14º6.33%86.67%-
XYZ66.1570.0269.06-
YUV217.64121.99130.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 207 (81.25% 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.13
SystemRedGreenBlueCMYKHSL
Decimal22121820700.010.060.1347.1417.0783.92
HexDDDACF016D2f1154
Octal335332317016155721124
Binary110111011101101011001111011101101101111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDACF; }

 p { color: rgb(221,218,207); }

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

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

 a { background-color: rgb(221,218,207); }

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

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

 span { border-color: rgb(221,218,207); }

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