Html Css Color HEX #E0D9CC Albescent White

📋 copy color: '#E0D9CC'

red 224 ◦ green 217 ◦ blue 204

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

Shades of Albescent White #E0D9CC

Tints of Albescent White #E0D9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.63%

R = 34.73%
G = 33.64%
B = 31.63%

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

#E0D9CC (or 0xE0D9CC) is known color: Albescent White. HEX triplet: E0, D9 and CC. RGB value is (224,217,204). Sum of RGB (Red+Green+Blue) = 224+217+204=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9CC is #1F2633. Grayscale: #D9D9D9. Windows color (decimal): -2041396 or 13425120. OLE color: 13425120.

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

Color convert

RGB 224 217 204 -
CMYK 0 0.03 0.09 0.12
HSL 39º 0.24% 0.84% -
HSV(B) 39º 0.09% 0.88% -
XYZ 66.45 69.83 67.1 -
YUV 217.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 224 217 204 0 0.03 0.09 0.12 39 0.24 0.84
Hex E0 D9 CC 0 3 9 C 27 18 54
Octal 340 331 314 0 3 11 14 47 30 124
Binary 11100000 11011001 11001100 0 11 1001 1100 100111 11000 1010100

Color Harmonies of #E0D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D9CC

Black with #E0D9CC

Text Example


Text Example

White with #E0D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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