Html Css Color HEX #E9D7E0 Prim

📋 copy color: '#E9D7E0'

red 233 ◦ green 215 ◦ blue 224

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

Shades of Prim #E9D7E0

Tints of Prim #E9D7E0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.99%

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

R = 34.67%
G = 31.99%
B = 33.33%

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

#E9D7E0 (or 0xE9D7E0) is known color: Prim. HEX triplet: E9, D7 and E0. RGB value is (233,215,224). Sum of RGB (Red+Green+Blue) = 233+215+224=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D7E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D7E0 is #16281F. Grayscale: #DDDDDD. Windows color (decimal): -1452064 or 14735337. OLE color: 14735337.

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

Color convert

RGB 233 215 224 -
CMYK 0 0.08 0.04 0.09
HSL 330º 0.29% 0.88% -
HSV(B) 330º 0.08% 0.91% -
XYZ 71.36 71.31 80.52 -
YUV 221.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 233 215 224 0 0.08 0.04 0.09 330 0.29 0.88
Hex E9 D7 E0 0 8 4 9 14A 1D 58
Octal 351 327 340 0 10 4 11 512 35 130
Binary 11101001 11010111 11100000 0 1000 100 1001 101001010 11101 1011000

Color Harmonies of #E9D7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D7E0

Black with #E9D7E0

Text Example


Text Example

White with #E9D7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D7E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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