#E4DCCA

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

Shades of Albescent White #E4DCCA

Tints of Albescent White #E4DCCA

Color information

#E4DCCA (or 0xE4DCCA) is unknown color: approx Albescent White. HEX triplet: E4, DC and CA. RGB value is (228,220,202). Sum of RGB (Red+Green+Blue) = 228+220+202=650 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.08% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DCCA is #1B2335. Grayscale: #DCDCDC. Windows color (decimal): -1778486 or 13294820. OLE color: 13294820.

HSL color Cylindrical-coordinate representation of color #E4DCCA: hue angle of 41.54º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4DCCA is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228220202-
CMYK00.040.110.11
HSL41.54º32.5%84.31%-
HSV(B)41.54º11.4%89.41%-
XYZ68.2571.9466.17-
YUV220.34117.65133.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.08%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=35.08%
G=33.85%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822020200.040.110.1141.5432.584.31
HexE4DCCA04BB2a2054
Octal3443343120413135240124
Binary1110010011011100110010100100101110111010101000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCCA; }

 p { color: rgb(228,220,202); }

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

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

 a { background-color: rgb(228,220,202); }

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

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

 span { border-color: rgb(228,220,202); }

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