Html Css Color HEX #E1D9CF Gallery

📋 copy color: '#E1D9CF'

red 225 ◦ green 217 ◦ blue 207

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

Shades of Gallery #E1D9CF

Tints of Gallery #E1D9CF

RGB

 RED value IS 225 (88.28% from 255) = 34.67%

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

 BLUE value IS 207 (81.25% from 255) = 31.9%

R = 34.67%
G = 33.44%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1D9CF (or 0xE1D9CF) is known color: Gallery. HEX triplet: E1, D9 and CF. RGB value is (225,217,207). Sum of RGB (Red+Green+Blue) = 225+217+207=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9CF is #1E2630. Grayscale: #DADADA. Windows color (decimal): -1975857 or 13621729. OLE color: 13621729.

HSL color Cylindrical-coordinate representation of color #E1D9CF: hue angle of 33.33º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D9CF is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 207 -
CMYK 0 0.04 0.08 0.12
HSL 33.33º 0.23% 0.85% -
HSV(B) 33.33º 0.08% 0.88% -
XYZ 67.13 70.14 69.03 -
YUV 218.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 225 217 207 0 0.04 0.08 0.12 33.33 0.23 0.85
Hex E1 D9 CF 0 4 8 C 21 17 55
Octal 341 331 317 0 4 10 14 41 27 125
Binary 11100001 11011001 11001111 0 100 1000 1100 100001 10111 1010101

Color Harmonies of #E1D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D9CF

Black with #E1D9CF

Text Example


Text Example

White with #E1D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D9CF; }

 p { color: rgb(225,217,207); }

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

background-color css

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

 a { background-color: rgb(225,217,207); }

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

border-color css

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

 span { border-color: rgb(225,217,207); }

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