Html Css Color HEX #E9D6DF Prim

📋 copy color: '#E9D6DF'

red 233 ◦ green 214 ◦ blue 223

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

Shades of Prim #E9D6DF

Tints of Prim #E9D6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.28%

R = 34.78%
G = 31.94%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E9D6DF (or 0xE9D6DF) is known color: Prim. HEX triplet: E9, D6 and DF. RGB value is (233,214,223). Sum of RGB (Red+Green+Blue) = 233+214+223=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6DF is #162920. Grayscale: #DCDCDC. Windows color (decimal): -1452321 or 14669545. OLE color: 14669545.

HSL color Cylindrical-coordinate representation of color #E9D6DF: hue angle of 331.58º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9D6DF is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 214 223 -
CMYK 0 0.08 0.04 0.09
HSL 331.58º 0.3% 0.88% -
HSV(B) 331.58º 0.08% 0.91% -
XYZ 70.97 70.74 79.73 -
YUV 220.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 233 214 223 0 0.08 0.04 0.09 331.58 0.3 0.88
Hex E9 D6 DF 0 8 4 9 14C 1E 58
Octal 351 326 337 0 10 4 11 514 36 130
Binary 11101001 11010110 11011111 0 1000 100 1001 101001100 11110 1011000

Color Harmonies of #E9D6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D6DF

Black with #E9D6DF

Text Example


Text Example

White with #E9D6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D6DF; }

 p { color: rgb(233,214,223); }

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

background-color css

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

 a { background-color: rgb(233,214,223); }

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

border-color css

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

 span { border-color: rgb(233,214,223); }

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