Html Css Color HEX #E2DACC Albescent White

📋 copy color: '#E2DACC'

red 226 ◦ green 218 ◦ blue 204

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

Shades of Albescent White #E2DACC

Tints of Albescent White #E2DACC

RGB

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

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

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

R = 34.88%
G = 33.64%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E2DACC (or 0xE2DACC) is known color: Albescent White. HEX triplet: E2, DA and CC. RGB value is (226,218,204). Sum of RGB (Red+Green+Blue) = 226+218+204=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DACC is #1D2533. Grayscale: #DADADA. Windows color (decimal): -1910068 or 13425378. OLE color: 13425378.

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

Color convert

RGB 226 218 204 -
CMYK 0 0.04 0.10 0.11
HSL 38.18º 0.28% 0.84% -
HSV(B) 38.18º 0.1% 0.89% -
XYZ 67.33 70.67 67.22 -
YUV 218.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 226 218 204 0 0.04 0.10 0.11 38.18 0.28 0.84
Hex E2 DA CC 0 4 A B 26 1C 54
Octal 342 332 314 0 4 12 13 46 34 124
Binary 11100010 11011010 11001100 0 100 1010 1011 100110 11100 1010100

Color Harmonies of #E2DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DACC

Black with #E2DACC

Text Example


Text Example

White with #E2DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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