Html Css Color HEX #E2DBCD Albescent White

📋 copy color: '#E2DBCD'

red 226 ◦ green 219 ◦ blue 205

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

Shades of Albescent White #E2DBCD

Tints of Albescent White #E2DBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.54%

R = 34.77%
G = 33.69%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E2DBCD (or 0xE2DBCD) is known color: Albescent White. HEX triplet: E2, DB and CD. RGB value is (226,219,205). Sum of RGB (Red+Green+Blue) = 226+219+205=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBCD is #1D2432. Grayscale: #DBDBDB. Windows color (decimal): -1909811 or 13491170. OLE color: 13491170.

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

Color convert

RGB 226 219 205 -
CMYK 0 0.03 0.09 0.11
HSL 40º 0.27% 0.85% -
HSV(B) 40º 0.09% 0.89% -
XYZ 67.72 71.24 67.94 -
YUV 219.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 226 219 205 0 0.03 0.09 0.11 40 0.27 0.85
Hex E2 DB CD 0 3 9 B 28 1B 55
Octal 342 333 315 0 3 11 13 50 33 125
Binary 11100010 11011011 11001101 0 11 1001 1011 101000 11011 1010101

Color Harmonies of #E2DBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBCD

Black with #E2DBCD

Text Example


Text Example

White with #E2DBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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