Html Css Color HEX #E1DDCE Milk White

📋 copy color: '#E1DDCE'

red 225 ◦ green 221 ◦ blue 206

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

Shades of Milk White #E1DDCE

Tints of Milk White #E1DDCE

RGB

 RED value IS 225 (88.28% from 255) = 34.51%

 GREEN value IS 221 (86.72% from 255) = 33.9%

 BLUE value IS 206 (80.86% from 255) = 31.6%

R = 34.51%
G = 33.9%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1DDCE (or 0xE1DDCE) is known color: Milk White. HEX triplet: E1, DD and CE. RGB value is (225,221,206). Sum of RGB (Red+Green+Blue) = 225+221+206=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDCE is #1E2231. Grayscale: #DCDCDC. Windows color (decimal): -1974834 or 13557217. OLE color: 13557217.

HSL color Cylindrical-coordinate representation of color #E1DDCE: hue angle of 47.37º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DDCE is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 221 206 -
CMYK 0 0.02 0.08 0.12
HSL 47.37º 0.24% 0.85% -
HSV(B) 47.37º 0.08% 0.88% -
XYZ 68.05 72.18 68.74 -
YUV 220.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 225 221 206 0 0.02 0.08 0.12 47.37 0.24 0.85
Hex E1 DD CE 0 2 8 C 2F 18 55
Octal 341 335 316 0 2 10 14 57 30 125
Binary 11100001 11011101 11001110 0 10 1000 1100 101111 11000 1010101

Color Harmonies of #E1DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DDCE

Black with #E1DDCE

Text Example


Text Example

White with #E1DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DDCE; }

 p { color: rgb(225,221,206); }

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

background-color css

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

 a { background-color: rgb(225,221,206); }

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

border-color css

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

 span { border-color: rgb(225,221,206); }

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