Html Css Color HEX #E1D3DA Prim

📋 copy color: '#E1D3DA'

red 225 ◦ green 211 ◦ blue 218

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

Shades of Prim #E1D3DA

Tints of Prim #E1D3DA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.26%

 BLUE value IS 218 (85.55% from 255) = 33.33%

R = 34.4%
G = 32.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1D3DA (or 0xE1D3DA) is known color: Prim. HEX triplet: E1, D3 and DA. RGB value is (225,211,218). Sum of RGB (Red+Green+Blue) = 225+211+218=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3DA is #1E2C25. Grayscale: #D7D7D7. Windows color (decimal): -1977382 or 14341089. OLE color: 14341089.

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

Color convert

RGB 225 211 218 -
CMYK 0 0.06 0.03 0.12
HSL 330º 0.19% 0.85% -
HSV(B) 330º 0.06% 0.88% -
XYZ 67 67.66 75.86 -
YUV 215.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 225 211 218 0 0.06 0.03 0.12 330 0.19 0.85
Hex E1 D3 DA 0 6 3 C 14A 13 55
Octal 341 323 332 0 6 3 14 512 23 125
Binary 11100001 11010011 11011010 0 110 11 1100 101001010 10011 1010101

Color Harmonies of #E1D3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D3DA

Black with #E1D3DA

Text Example


Text Example

White with #E1D3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D3DA; }

 p { color: rgb(225,211,218); }

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

background-color css

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

 a { background-color: rgb(225,211,218); }

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

border-color css

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

 span { border-color: rgb(225,211,218); }

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