Html Css Color HEX #E0DACD Albescent White

📋 copy color: '#E0DACD'

red 224 ◦ green 218 ◦ blue 205

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

Shades of Albescent White #E0DACD

Tints of Albescent White #E0DACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.68%

R = 34.62%
G = 33.69%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E0DACD (or 0xE0DACD) is known color: Albescent White. HEX triplet: E0, DA and CD. RGB value is (224,218,205). Sum of RGB (Red+Green+Blue) = 224+218+205=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DACD is #1F2532. Grayscale: #DADADA. Windows color (decimal): -2041139 or 13490912. OLE color: 13490912.

HSL color Cylindrical-coordinate representation of color #E0DACD: hue angle of 41.05º degrees, saturation: 0.23, 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 #E0DACD is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 218 205 -
CMYK 0 0.03 0.08 0.12
HSL 41.05º 0.23% 0.84% -
HSV(B) 41.05º 0.08% 0.88% -
XYZ 66.83 70.4 67.82 -
YUV 218.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 224 218 205 0 0.03 0.08 0.12 41.05 0.23 0.84
Hex E0 DA CD 0 3 8 C 29 17 54
Octal 340 332 315 0 3 10 14 51 27 124
Binary 11100000 11011010 11001101 0 11 1000 1100 101001 10111 1010100

Color Harmonies of #E0DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DACD

Black with #E0DACD

Text Example


Text Example

White with #E0DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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