Html Css Color HEX #E0D9CB Albescent White

📋 copy color: '#E0D9CB'

red 224 ◦ green 217 ◦ blue 203

#E0D9CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Albescent White #E0D9CB

Tints of Albescent White #E0D9CB

RGB

 RED value IS 224 (87.89% from 255) = 34.78%

 GREEN value IS 217 (85.16% from 255) = 33.7%

 BLUE value IS 203 (79.69% from 255) = 31.52%

R = 34.78%
G = 33.7%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E0D9CB (or 0xE0D9CB) is known color: Albescent White. HEX triplet: E0, D9 and CB. RGB value is (224,217,203). Sum of RGB (Red+Green+Blue) = 224+217+203=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9CB is #1F2634. Grayscale: #D9D9D9. Windows color (decimal): -2041397 or 13359584. OLE color: 13359584.

HSL color Cylindrical-coordinate representation of color #E0D9CB: hue angle of 40º degrees, saturation: 0.25, 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 #E0D9CB is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 217 203 -
CMYK 0 0.03 0.09 0.12
HSL 40º 0.25% 0.84% -
HSV(B) 40º 0.09% 0.88% -
XYZ 66.33 69.78 66.47 -
YUV 217.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 224 217 203 0 0.03 0.09 0.12 40 0.25 0.84
Hex E0 D9 CB 0 3 9 C 28 19 54
Octal 340 331 313 0 3 11 14 50 31 124
Binary 11100000 11011001 11001011 0 11 1001 1100 101000 11001 1010100

Color Harmonies of #E0D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D9CB

Black with #E0D9CB

Text Example


Text Example

White with #E0D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D9CB; }

 p { color: rgb(224,217,203); }

 H1.HeaderClassName
 {
   color: #E0D9CB;
 }
 .AnyTagClassName
 {
   color: #E0D9CB;
 }
</style>

background-color css

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

 a { background-color: rgb(224,217,203); }

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

border-color css

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

 span { border-color: rgb(224,217,203); }

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