Html Css Color HEX #E2D1DB Prim

📋 copy color: '#E2D1DB'

red 226 ◦ green 209 ◦ blue 219

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

Shades of Prim #E2D1DB

Tints of Prim #E2D1DB

RGB

 RED value IS 226 (88.67% from 255) = 34.56%

 GREEN value IS 209 (82.03% from 255) = 31.96%

 BLUE value IS 219 (85.94% from 255) = 33.49%

R = 34.56%
G = 31.96%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E2D1DB (or 0xE2D1DB) is known color: Prim. HEX triplet: E2, D1 and DB. RGB value is (226,209,219). Sum of RGB (Red+Green+Blue) = 226+209+219=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D1DB is #1D2E24. Grayscale: #D7D7D7. Windows color (decimal): -1912357 or 14406114. OLE color: 14406114.

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

Color convert

RGB 226 209 219 -
CMYK 0 0.08 0.03 0.11
HSL 324.71º 0.23% 0.85% -
HSV(B) 324.71º 0.08% 0.89% -
XYZ 66.95 66.88 76.4 -
YUV 215.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 226 209 219 0 0.08 0.03 0.11 324.71 0.23 0.85
Hex E2 D1 DB 0 8 3 B 145 17 55
Octal 342 321 333 0 10 3 13 505 27 125
Binary 11100010 11010001 11011011 0 1000 11 1011 101000101 10111 1010101

Color Harmonies of #E2D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D1DB

Black with #E2D1DB

Text Example


Text Example

White with #E2D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D1DB; }

 p { color: rgb(226,209,219); }

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

background-color css

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

 a { background-color: rgb(226,209,219); }

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

border-color css

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

 span { border-color: rgb(226,209,219); }

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