Html Css Color HEX #E1D7DE Prim

📋 copy color: '#E1D7DE'

red 225 ◦ green 215 ◦ blue 222

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

Shades of Prim #E1D7DE

Tints of Prim #E1D7DE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.48%

 BLUE value IS 222 (87.11% from 255) = 33.53%

R = 33.99%
G = 32.48%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1D7DE (or 0xE1D7DE) is known color: Prim. HEX triplet: E1, D7 and DE. RGB value is (225,215,222). Sum of RGB (Red+Green+Blue) = 225+215+222=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7DE is #1E2821. Grayscale: #DADADA. Windows color (decimal): -1976354 or 14604257. OLE color: 14604257.

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

Color convert

RGB 225 215 222 -
CMYK 0 0.04 0.01 0.12
HSL 318º 0.14% 0.86% -
HSV(B) 318º 0.04% 0.88% -
XYZ 68.54 69.88 78.98 -
YUV 218.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 225 215 222 0 0.04 0.01 0.12 318 0.14 0.86
Hex E1 D7 DE 0 4 1 C 13E E 56
Octal 341 327 336 0 4 1 14 476 16 126
Binary 11100001 11010111 11011110 0 100 1 1100 100111110 1110 1010110

Color Harmonies of #E1D7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D7DE

Black with #E1D7DE

Text Example


Text Example

White with #E1D7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D7DE; }

 p { color: rgb(225,215,222); }

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

background-color css

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

 a { background-color: rgb(225,215,222); }

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

border-color css

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

 span { border-color: rgb(225,215,222); }

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