Html Css Color HEX #E2D2DB Prim

📋 copy color: '#E2D2DB'

red 226 ◦ green 210 ◦ blue 219

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

Shades of Prim #E2D2DB

Tints of Prim #E2D2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.06%

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

R = 34.5%
G = 32.06%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E2D2DB (or 0xE2D2DB) is known color: Prim. HEX triplet: E2, D2 and DB. RGB value is (226,210,219). Sum of RGB (Red+Green+Blue) = 226+210+219=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D2DB is #1D2D24. Grayscale: #D7D7D7. Windows color (decimal): -1912101 or 14406370. OLE color: 14406370.

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

Color convert

RGB 226 210 219 -
CMYK 0 0.07 0.03 0.11
HSL 326.25º 0.22% 0.85% -
HSV(B) 326.25º 0.07% 0.89% -
XYZ 67.2 67.38 76.48 -
YUV 215.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 226 210 219 0 0.07 0.03 0.11 326.25 0.22 0.85
Hex E2 D2 DB 0 7 3 B 146 16 55
Octal 342 322 333 0 7 3 13 506 26 125
Binary 11100010 11010010 11011011 0 111 11 1011 101000110 10110 1010101

Color Harmonies of #E2D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D2DB

Black with #E2D2DB

Text Example


Text Example

White with #E2D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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