Html Css Color HEX #E0DACA Albescent White

📋 copy color: '#E0DACA'

red 224 ◦ green 218 ◦ blue 202

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

Shades of Albescent White #E0DACA

Tints of Albescent White #E0DACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.37%

R = 34.78%
G = 33.85%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E0DACA (or 0xE0DACA) is known color: Albescent White. HEX triplet: E0, DA and CA. RGB value is (224,218,202). Sum of RGB (Red+Green+Blue) = 224+218+202=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DACA is #1F2535. Grayscale: #DADADA. Windows color (decimal): -2041142 or 13294304. OLE color: 13294304.

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

Color convert

RGB 224 218 202 -
CMYK 0 0.03 0.10 0.12
HSL 43.64º 0.26% 0.84% -
HSV(B) 43.64º 0.1% 0.88% -
XYZ 66.47 70.25 65.93 -
YUV 217.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 224 218 202 0 0.03 0.10 0.12 43.64 0.26 0.84
Hex E0 DA CA 0 3 A C 2C 1A 54
Octal 340 332 312 0 3 12 14 54 32 124
Binary 11100000 11011010 11001010 0 11 1010 1100 101100 11010 1010100

Color Harmonies of #E0DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DACA

Black with #E0DACA

Text Example


Text Example

White with #E0DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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