Html Css Color HEX #E9D6E0 Prim

📋 copy color: '#E9D6E0'

red 233 ◦ green 214 ◦ blue 224

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

Shades of Prim #E9D6E0

Tints of Prim #E9D6E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.38%

R = 34.72%
G = 31.89%
B = 33.38%

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

#E9D6E0 (or 0xE9D6E0) is known color: Prim. HEX triplet: E9, D6 and E0. RGB value is (233,214,224). Sum of RGB (Red+Green+Blue) = 233+214+224=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6E0 is #16291F. Grayscale: #DCDCDC. Windows color (decimal): -1452320 or 14735081. OLE color: 14735081.

HSL color Cylindrical-coordinate representation of color #E9D6E0: hue angle of 328.42º 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 #E9D6E0 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 214 224 -
CMYK 0 0.08 0.04 0.09
HSL 328.42º 0.3% 0.88% -
HSV(B) 328.42º 0.08% 0.91% -
XYZ 71.11 70.8 80.44 -
YUV 220.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 233 214 224 0 0.08 0.04 0.09 328.42 0.3 0.88
Hex E9 D6 E0 0 8 4 9 148 1E 58
Octal 351 326 340 0 10 4 11 510 36 130
Binary 11101001 11010110 11100000 0 1000 100 1001 101001000 11110 1011000

Color Harmonies of #E9D6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D6E0

Black with #E9D6E0

Text Example


Text Example

White with #E9D6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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