#E0D8CA

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

Shades of Albescent White #E0D8CA

Tints of Albescent White #E0D8CA

Color information

#E0D8CA (or 0xE0D8CA) is unknown color: approx Albescent White. HEX triplet: E0, D8 and CA. RGB value is (224,216,202). Sum of RGB (Red+Green+Blue) = 224+216+202=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8CA is #1F2735. Grayscale: #D8D8D8. Windows color (decimal): -2041654 or 13293792. OLE color: 13293792.

HSL color Cylindrical-coordinate representation of color #E0D8CA: hue angle of 38.18º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0D8CA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB224216202-
CMYK00.040.100.12
HSL38.18º26.19%83.53%-
HSV(B)38.18º9.82%87.84%-
XYZ65.9669.2265.76-
YUV216.8119.65133.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.89%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=34.89%
G=33.64%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421620200.040.100.1238.1826.1983.53
HexE0D8CA04AC261a54
Octal3403303120412144632124
Binary111000001101100011001010010010101100100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D8CA; }

 p { color: rgb(224,216,202); }

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

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

 a { background-color: rgb(224,216,202); }

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

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

 span { border-color: rgb(224,216,202); }

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