Html Css Color HEX #E9D0DB Prim

📋 copy color: '#E9D0DB'

red 233 ◦ green 208 ◦ blue 219

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

Shades of Prim #E9D0DB

Tints of Prim #E9D0DB

RGB

 RED value IS 233 (91.41% from 255) = 35.3%

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

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

R = 35.3%
G = 31.52%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E9D0DB (or 0xE9D0DB) is known color: Prim. HEX triplet: E9, D0 and DB. RGB value is (233,208,219). Sum of RGB (Red+Green+Blue) = 233+208+219=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D0DB is #162F24. Grayscale: #D8D8D8. Windows color (decimal): -1453861 or 14405865. OLE color: 14405865.

HSL color Cylindrical-coordinate representation of color #E9D0DB: hue angle of 333.6º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9D0DB is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 208 219 -
CMYK 0 0.11 0.06 0.09
HSL 333.6º 0.36% 0.86% -
HSV(B) 333.6º 0.11% 0.91% -
XYZ 68.95 67.55 76.42 -
YUV 216.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 233 208 219 0 0.11 0.06 0.09 333.6 0.36 0.86
Hex E9 D0 DB 0 B 6 9 14E 24 56
Octal 351 320 333 0 13 6 11 516 44 126
Binary 11101001 11010000 11011011 0 1011 110 1001 101001110 100100 1010110

Color Harmonies of #E9D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D0DB

Black with #E9D0DB

Text Example


Text Example

White with #E9D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D0DB; }

 p { color: rgb(233,208,219); }

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

background-color css

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

 a { background-color: rgb(233,208,219); }

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

border-color css

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

 span { border-color: rgb(233,208,219); }

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