Html Css Color HEX #E1DACA Albescent White

📋 copy color: '#E1DACA'

red 225 ◦ green 218 ◦ blue 202

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

Shades of Albescent White #E1DACA

Tints of Albescent White #E1DACA

RGB

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

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

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

R = 34.88%
G = 33.8%
B = 31.32%

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

#E1DACA (or 0xE1DACA) is known color: Albescent White. HEX triplet: E1, DA and CA. RGB value is (225,218,202). Sum of RGB (Red+Green+Blue) = 225+218+202=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DACA is #1E2535. Grayscale: #DADADA. Windows color (decimal): -1975606 or 13294305. OLE color: 13294305.

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

Color convert

RGB 225 218 202 -
CMYK 0 0.03 0.10 0.12
HSL 41.74º 0.28% 0.84% -
HSV(B) 41.74º 0.1% 0.88% -
XYZ 66.78 70.41 65.95 -
YUV 218.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 225 218 202 0 0.03 0.10 0.12 41.74 0.28 0.84
Hex E1 DA CA 0 3 A C 2A 1C 54
Octal 341 332 312 0 3 12 14 52 34 124
Binary 11100001 11011010 11001010 0 11 1010 1100 101010 11100 1010100

Color Harmonies of #E1DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DACA

Black with #E1DACA

Text Example


Text Example

White with #E1DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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