Html Css Color HEX #E2DBCC Albescent White

📋 copy color: '#E2DBCC'

red 226 ◦ green 219 ◦ blue 204

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

Shades of Albescent White #E2DBCC

Tints of Albescent White #E2DBCC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.74%

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

R = 34.82%
G = 33.74%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E2DBCC (or 0xE2DBCC) is known color: Albescent White. HEX triplet: E2, DB and CC. RGB value is (226,219,204). Sum of RGB (Red+Green+Blue) = 226+219+204=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBCC is #1D2433. Grayscale: #DBDBDB. Windows color (decimal): -1909812 or 13425634. OLE color: 13425634.

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

Color convert

RGB 226 219 204 -
CMYK 0 0.03 0.10 0.11
HSL 40.91º 0.28% 0.84% -
HSV(B) 40.91º 0.1% 0.89% -
XYZ 67.59 71.19 67.31 -
YUV 219.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 226 219 204 0 0.03 0.10 0.11 40.91 0.28 0.84
Hex E2 DB CC 0 3 A B 29 1C 54
Octal 342 333 314 0 3 12 13 51 34 124
Binary 11100010 11011011 11001100 0 11 1010 1011 101001 11100 1010100

Color Harmonies of #E2DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBCC

Black with #E2DBCC

Text Example


Text Example

White with #E2DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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