#E3DDCC

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

Shades of Albescent White #E3DDCC

Tints of Albescent White #E3DDCC

Color information

#E3DDCC (or 0xE3DDCC) is unknown color: approx Albescent White. HEX triplet: E3, DD and CC. RGB value is (227,221,204). Sum of RGB (Red+Green+Blue) = 227+221+204=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDCC is #1C2233. Grayscale: #DCDCDC. Windows color (decimal): -1843764 or 13426147. OLE color: 13426147.

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

Color convert

RGB227221204-
CMYK00.030.100.11
HSL44.35º29.11%84.51%-
HSV(B)44.35º10.13%89.02%-
XYZ68.4372.467.5-
YUV220.86118.49132.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.82%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 204 (80.08% from 255) = 31.29%
R=34.82%
G=33.90%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722120400.030.100.1144.3529.1184.51
HexE3DDCC03AB2c1d55
Octal3433353140312135435125
Binary11100011110111011100110001110101011101100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DDCC; }

 p { color: rgb(227,221,204); }

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

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

 a { background-color: rgb(227,221,204); }

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

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

 span { border-color: rgb(227,221,204); }

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