Html Css Color HEX #E2DCCB Albescent White

📋 copy color: '#E2DCCB'

red 226 ◦ green 220 ◦ blue 203

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

Shades of Albescent White #E2DCCB

Tints of Albescent White #E2DCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.9%

 BLUE value IS 203 (79.69% from 255) = 31.28%

R = 34.82%
G = 33.9%
B = 31.28%

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

#E2DCCB (or 0xE2DCCB) is known color: Albescent White. HEX triplet: E2, DC and CB. RGB value is (226,220,203). Sum of RGB (Red+Green+Blue) = 226+220+203=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCCB is #1D2334. Grayscale: #DBDBDB. Windows color (decimal): -1909557 or 13360354. OLE color: 13360354.

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

Color convert

RGB 226 220 203 -
CMYK 0 0.03 0.10 0.11
HSL 44.35º 0.28% 0.84% -
HSV(B) 44.35º 0.1% 0.89% -
XYZ 67.74 71.67 66.76 -
YUV 219.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 226 220 203 0 0.03 0.10 0.11 44.35 0.28 0.84
Hex E2 DC CB 0 3 A B 2C 1C 54
Octal 342 334 313 0 3 12 13 54 34 124
Binary 11100010 11011100 11001011 0 11 1010 1011 101100 11100 1010100

Color Harmonies of #E2DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DCCB

Black with #E2DCCB

Text Example


Text Example

White with #E2DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DCCB; }

 p { color: rgb(226,220,203); }

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

background-color css

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

 a { background-color: rgb(226,220,203); }

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

border-color css

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

 span { border-color: rgb(226,220,203); }

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