Html Css Color HEX #E0DACC Albescent White

📋 copy color: '#E0DACC'

red 224 ◦ green 218 ◦ blue 204

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

Shades of Albescent White #E0DACC

Tints of Albescent White #E0DACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.58%

R = 34.67%
G = 33.75%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E0DACC (or 0xE0DACC) is known color: Albescent White. HEX triplet: E0, DA and CC. RGB value is (224,218,204). Sum of RGB (Red+Green+Blue) = 224+218+204=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DACC is #1F2533. Grayscale: #DADADA. Windows color (decimal): -2041140 or 13425376. OLE color: 13425376.

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

Color convert

RGB 224 218 204 -
CMYK 0 0.03 0.09 0.12
HSL 42º 0.24% 0.84% -
HSV(B) 42º 0.09% 0.88% -
XYZ 66.71 70.35 67.19 -
YUV 218.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 224 218 204 0 0.03 0.09 0.12 42 0.24 0.84
Hex E0 DA CC 0 3 9 C 2A 18 54
Octal 340 332 314 0 3 11 14 52 30 124
Binary 11100000 11011010 11001100 0 11 1001 1100 101010 11000 1010100

Color Harmonies of #E0DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DACC

Black with #E0DACC

Text Example


Text Example

White with #E0DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DACC; }

 p { color: rgb(224,218,204); }

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

background-color css

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

 a { background-color: rgb(224,218,204); }

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

border-color css

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

 span { border-color: rgb(224,218,204); }

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