Html Css Color HEX #E2DACA Albescent White

📋 copy color: '#E2DACA'

red 226 ◦ green 218 ◦ blue 202

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

Shades of Albescent White #E2DACA

Tints of Albescent White #E2DACA

RGB

 RED value IS 226 (88.67% from 255) = 34.98%

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

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

R = 34.98%
G = 33.75%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E2DACA (or 0xE2DACA) is known color: Albescent White. HEX triplet: E2, DA and CA. RGB value is (226,218,202). Sum of RGB (Red+Green+Blue) = 226+218+202=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DACA is #1D2535. Grayscale: #DADADA. Windows color (decimal): -1910070 or 13294306. OLE color: 13294306.

HSL color Cylindrical-coordinate representation of color #E2DACA: hue angle of 40º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2DACA is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 218 202 -
CMYK 0 0.04 0.11 0.11
HSL 40º 0.29% 0.84% -
HSV(B) 40º 0.11% 0.89% -
XYZ 67.1 70.58 65.96 -
YUV 218.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 226 218 202 0 0.04 0.11 0.11 40 0.29 0.84
Hex E2 DA CA 0 4 B B 28 1D 54
Octal 342 332 312 0 4 13 13 50 35 124
Binary 11100010 11011010 11001010 0 100 1011 1011 101000 11101 1010100

Color Harmonies of #E2DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DACA

Black with #E2DACA

Text Example


Text Example

White with #E2DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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