#E0DBCC

Color #E0DBCC Albescent White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Albescent White #E0DBCC

Tints of Albescent White #E0DBCC

Color information

#E0DBCC (or 0xE0DBCC) is unknown color: approx Albescent White. HEX triplet: E0, DB and CC. RGB value is (224,219,204). Sum of RGB (Red+Green+Blue) = 224+219+204=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBCC is #1F2433. Grayscale: #DADADA. Windows color (decimal): -2040884 or 13425632. OLE color: 13425632.

HSL color Cylindrical-coordinate representation of color #E0DBCC: hue angle of 45º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0DBCC is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224219204-
CMYK00.020.090.12
HSL45º24.39%83.92%-
HSV(B)45º8.93%87.84%-
XYZ66.9770.8767.28-
YUV218.78119.66131.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 219 (85.94% from 255) = 33.85%
BLUE value IS 204 (80.08% from 255) = 31.53%
R=34.62%
G=33.85%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421920400.020.090.124524.3983.92
HexE0DBCC029C2d1854
Octal3403333140211145530124
Binary11100000110110111100110001010011100101101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBCC; }

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

 H1.HeaderClassName
 {
   color: #E0DBCC;
 }
 .AnyTagClassName
 {
   color: #E0DBCC;
 }
</style>
background-color css

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

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

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

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

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

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