Html Css Color HEX #E9D5DC Prim

📋 copy color: '#E9D5DC'

red 233 ◦ green 213 ◦ blue 220

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

Shades of Prim #E9D5DC

Tints of Prim #E9D5DC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.98%

 BLUE value IS 220 (86.33% from 255) = 33.03%

R = 34.98%
G = 31.98%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E9D5DC (or 0xE9D5DC) is known color: Prim. HEX triplet: E9, D5 and DC. RGB value is (233,213,220). Sum of RGB (Red+Green+Blue) = 233+213+220=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5DC is #162A23. Grayscale: #DBDBDB. Windows color (decimal): -1452580 or 14472681. OLE color: 14472681.

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

Color convert

RGB 233 213 220 -
CMYK 0 0.09 0.06 0.09
HSL 339º 0.31% 0.87% -
HSV(B) 339º 0.09% 0.91% -
XYZ 70.32 70.08 77.53 -
YUV 219.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 233 213 220 0 0.09 0.06 0.09 339 0.31 0.87
Hex E9 D5 DC 0 9 6 9 153 1F 57
Octal 351 325 334 0 11 6 11 523 37 127
Binary 11101001 11010101 11011100 0 1001 110 1001 101010011 11111 1010111

Color Harmonies of #E9D5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D5DC

Black with #E9D5DC

Text Example


Text Example

White with #E9D5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D5DC; }

 p { color: rgb(233,213,220); }

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

background-color css

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

 a { background-color: rgb(233,213,220); }

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

border-color css

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

 span { border-color: rgb(233,213,220); }

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