Html Css Color HEX #E1DADC Prim

📋 copy color: '#E1DADC'

red 225 ◦ green 218 ◦ blue 220

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

Shades of Prim #E1DADC

Tints of Prim #E1DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.88%

 BLUE value IS 220 (86.33% from 255) = 33.18%

R = 33.94%
G = 32.88%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1DADC (or 0xE1DADC) is known color: Prim. HEX triplet: E1, DA and DC. RGB value is (225,218,220). Sum of RGB (Red+Green+Blue) = 225+218+220=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DADC is #1E2523. Grayscale: #DCDCDC. Windows color (decimal): -1975588 or 14473953. OLE color: 14473953.

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

Color convert

RGB 225 218 220 -
CMYK 0 0.03 0.02 0.12
HSL 342.86º 0.1% 0.87% -
HSV(B) 342.86º 0.03% 0.88% -
XYZ 69.04 71.32 77.84 -
YUV 220.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 225 218 220 0 0.03 0.02 0.12 342.86 0.1 0.87
Hex E1 DA DC 0 3 2 C 157 A 57
Octal 341 332 334 0 3 2 14 527 12 127
Binary 11100001 11011010 11011100 0 11 10 1100 101010111 1010 1010111

Color Harmonies of #E1DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DADC

Black with #E1DADC

Text Example


Text Example

White with #E1DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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