Html Css Color HEX #E2D0D6 Prim

📋 copy color: '#E2D0D6'

red 226 ◦ green 208 ◦ blue 214

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

Shades of Prim #E2D0D6

Tints of Prim #E2D0D6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.1%

 BLUE value IS 214 (83.98% from 255) = 33.02%

R = 34.88%
G = 32.1%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E2D0D6 (or 0xE2D0D6) is known color: Prim. HEX triplet: E2, D0 and D6. RGB value is (226,208,214). Sum of RGB (Red+Green+Blue) = 226+208+214=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 214 (83.98% from 255 or 33.02% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D0D6 is #1D2F29. Grayscale: #D6D6D6. Windows color (decimal): -1912618 or 14078178. OLE color: 14078178.

HSL color Cylindrical-coordinate representation of color #E2D0D6: hue angle of 340º degrees, saturation: 0.24, 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 #E2D0D6 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 208 214 -
CMYK 0 0.08 0.05 0.11
HSL 340º 0.24% 0.85% -
HSV(B) 340º 0.08% 0.89% -
XYZ 66.06 66.14 72.9 -
YUV 214.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 226 208 214 0 0.08 0.05 0.11 340 0.24 0.85
Hex E2 D0 D6 0 8 5 B 154 18 55
Octal 342 320 326 0 10 5 13 524 30 125
Binary 11100010 11010000 11010110 0 1000 101 1011 101010100 11000 1010101

Color Harmonies of #E2D0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D0D6

Black with #E2D0D6

Text Example


Text Example

White with #E2D0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D0D6; }

 p { color: rgb(226,208,214); }

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

background-color css

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

 a { background-color: rgb(226,208,214); }

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

border-color css

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

 span { border-color: rgb(226,208,214); }

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