Html Css Color HEX #E1DCDF Prim

📋 copy color: '#E1DCDF'

red 225 ◦ green 220 ◦ blue 223

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

Shades of Prim #E1DCDF

Tints of Prim #E1DCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.93%

 BLUE value IS 223 (87.5% from 255) = 33.38%

R = 33.68%
G = 32.93%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1DCDF (or 0xE1DCDF) is known color: Prim. HEX triplet: E1, DC and DF. RGB value is (225,220,223). Sum of RGB (Red+Green+Blue) = 225+220+223=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCDF is #1E2320. Grayscale: #DDDDDD. Windows color (decimal): -1975073 or 14671073. OLE color: 14671073.

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

Color convert

RGB 225 220 223 -
CMYK 0 0.02 0.01 0.12
HSL 324º 0.08% 0.87% -
HSV(B) 324º 0.02% 0.88% -
XYZ 69.96 72.52 80.12 -
YUV 221.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 225 220 223 0 0.02 0.01 0.12 324 0.08 0.87
Hex E1 DC DF 0 2 1 C 144 8 57
Octal 341 334 337 0 2 1 14 504 10 127
Binary 11100001 11011100 11011111 0 10 1 1100 101000100 1000 1010111

Color Harmonies of #E1DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DCDF

Black with #E1DCDF

Text Example


Text Example

White with #E1DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DCDF; }

 p { color: rgb(225,220,223); }

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

background-color css

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

 a { background-color: rgb(225,220,223); }

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

border-color css

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

 span { border-color: rgb(225,220,223); }

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