Html Css Color HEX #E0DCCE Milk White

📋 copy color: '#E0DCCE'

red 224 ◦ green 220 ◦ blue 206

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

Shades of Milk White #E0DCCE

Tints of Milk White #E0DCCE

RGB

 RED value IS 224 (87.89% from 255) = 34.46%

 GREEN value IS 220 (86.33% from 255) = 33.85%

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

R = 34.46%
G = 33.85%
B = 31.69%

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

#E0DCCE (or 0xE0DCCE) is known color: Milk White. HEX triplet: E0, DC and CE. RGB value is (224,220,206). Sum of RGB (Red+Green+Blue) = 224+220+206=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCCE is #1F2331. Grayscale: #DBDBDB. Windows color (decimal): -2040626 or 13556960. OLE color: 13556960.

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

Color convert

RGB 224 220 206 -
CMYK 0 0.02 0.08 0.12
HSL 46.67º 0.23% 0.84% -
HSV(B) 46.67º 0.08% 0.88% -
XYZ 67.47 71.49 68.64 -
YUV 219.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 224 220 206 0 0.02 0.08 0.12 46.67 0.23 0.84
Hex E0 DC CE 0 2 8 C 2F 16 54
Octal 340 334 316 0 2 10 14 57 26 124
Binary 11100000 11011100 11001110 0 10 1000 1100 101111 10110 1010100

Color Harmonies of #E0DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCCE

Black with #E0DCCE

Text Example


Text Example

White with #E0DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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