Html Css Color HEX #E1D6DB Prim

📋 copy color: '#E1D6DB'

red 225 ◦ green 214 ◦ blue 219

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

Shades of Prim #E1D6DB

Tints of Prim #E1D6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.52%

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

R = 34.19%
G = 32.52%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1D6DB (or 0xE1D6DB) is known color: Prim. HEX triplet: E1, D6 and DB. RGB value is (225,214,219). Sum of RGB (Red+Green+Blue) = 225+214+219=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6DB is #1E2924. Grayscale: #D9D9D9. Windows color (decimal): -1976613 or 14407393. OLE color: 14407393.

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

Color convert

RGB 225 214 219 -
CMYK 0 0.05 0.03 0.12
HSL 332.73º 0.15% 0.86% -
HSV(B) 332.73º 0.05% 0.88% -
XYZ 67.88 69.22 76.8 -
YUV 217.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 225 214 219 0 0.05 0.03 0.12 332.73 0.15 0.86
Hex E1 D6 DB 0 5 3 C 14D F 56
Octal 341 326 333 0 5 3 14 515 17 126
Binary 11100001 11010110 11011011 0 101 11 1100 101001101 1111 1010110

Color Harmonies of #E1D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D6DB

Black with #E1D6DB

Text Example


Text Example

White with #E1D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D6DB; }

 p { color: rgb(225,214,219); }

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

background-color css

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

 a { background-color: rgb(225,214,219); }

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

border-color css

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

 span { border-color: rgb(225,214,219); }

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