Html Css Color HEX #DFDAC9 Milk White

📋 copy color: '#DFDAC9'

red 223 ◦ green 218 ◦ blue 201

#DFDAC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milk White #DFDAC9

Tints of Milk White #DFDAC9

RGB

 RED value IS 223 (87.5% from 255) = 34.74%

 GREEN value IS 218 (85.55% from 255) = 33.96%

 BLUE value IS 201 (78.91% from 255) = 31.31%

R = 34.74%
G = 33.96%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DFDAC9 (or 0xDFDAC9) is known color: Milk White. HEX triplet: DF, DA and C9. RGB value is (223,218,201). Sum of RGB (Red+Green+Blue) = 223+218+201=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAC9 is #202536. Grayscale: #D9D9D9. Windows color (decimal): -2106679 or 13228767. OLE color: 13228767.

HSL color Cylindrical-coordinate representation of color #DFDAC9: hue angle of 46.36º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDAC9 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 218 201 -
CMYK 0 0.02 0.10 0.13
HSL 46.36º 0.26% 0.83% -
HSV(B) 46.36º 0.1% 0.87% -
XYZ 66.05 70.05 65.3 -
YUV 217.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 223 218 201 0 0.02 0.10 0.13 46.36 0.26 0.83
Hex DF DA C9 0 2 A D 2E 1A 53
Octal 337 332 311 0 2 12 15 56 32 123
Binary 11011111 11011010 11001001 0 10 1010 1101 101110 11010 1010011

Color Harmonies of #DFDAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAC9

Black with #DFDAC9

Text Example


Text Example

White with #DFDAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDAC9; }

 p { color: rgb(223,218,201); }

 H1.HeaderClassName
 {
   color: #DFDAC9;
 }
 .AnyTagClassName
 {
   color: #DFDAC9;
 }
</style>

background-color css

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

 a { background-color: rgb(223,218,201); }

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

border-color css

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

 span { border-color: rgb(223,218,201); }

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