#E3DECF

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

Shades of Albescent White #E3DECF

Tints of Albescent White #E3DECF

Color information

#E3DECF (or 0xE3DECF) is unknown color: approx Albescent White. HEX triplet: E3, DE and CF. RGB value is (227,222,207). Sum of RGB (Red+Green+Blue) = 227+222+207=656 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.60% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DECF is #1C2130. Grayscale: #DDDDDD. Windows color (decimal): -1843505 or 13623011. OLE color: 13623011.

HSL color Cylindrical-coordinate representation of color #E3DECF: hue angle of 45º degrees, saturation: 0.26, 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 #E3DECF is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB227222207-
CMYK00.020.090.11
HSL45º26.32%85.1%-
HSV(B)45º8.81%89.02%-
XYZ69.0673.0869.5-
YUV221.78119.66131.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.60%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=34.60%
G=33.84%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722220700.020.090.114526.3285.1
HexE3DECF029B2d1a55
Octal3433363170211135532125
Binary11100011110111101100111101010011011101101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DECF; }

 p { color: rgb(227,222,207); }

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

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

 a { background-color: rgb(227,222,207); }

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

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

 span { border-color: rgb(227,222,207); }

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