Html Css Color HEX #E0D9CA Albescent White

📋 copy color: '#E0D9CA'

red 224 ◦ green 217 ◦ blue 202

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

Shades of Albescent White #E0D9CA

Tints of Albescent White #E0D9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.42%

R = 34.84%
G = 33.75%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E0D9CA (or 0xE0D9CA) is known color: Albescent White. HEX triplet: E0, D9 and CA. RGB value is (224,217,202). Sum of RGB (Red+Green+Blue) = 224+217+202=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9CA is #1F2635. Grayscale: #D9D9D9. Windows color (decimal): -2041398 or 13294048. OLE color: 13294048.

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

Color convert

RGB 224 217 202 -
CMYK 0 0.03 0.10 0.12
HSL 40.91º 0.26% 0.84% -
HSV(B) 40.91º 0.1% 0.88% -
XYZ 66.21 69.74 65.85 -
YUV 217.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 224 217 202 0 0.03 0.10 0.12 40.91 0.26 0.84
Hex E0 D9 CA 0 3 A C 29 1A 54
Octal 340 331 312 0 3 12 14 51 32 124
Binary 11100000 11011001 11001010 0 11 1010 1100 101001 11010 1010100

Color Harmonies of #E0D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D9CA

Black with #E0D9CA

Text Example


Text Example

White with #E0D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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