Html Css Color HEX #E5D8E0 Prim

📋 copy color: '#E5D8E0'

red 229 ◦ green 216 ◦ blue 224

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

Shades of Prim #E5D8E0

Tints of Prim #E5D8E0

RGB

 RED value IS 229 (89.84% from 255) = 34.23%

 GREEN value IS 216 (84.77% from 255) = 32.29%

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

R = 34.23%
G = 32.29%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E5D8E0 (or 0xE5D8E0) is known color: Prim. HEX triplet: E5, D8 and E0. RGB value is (229,216,224). Sum of RGB (Red+Green+Blue) = 229+216+224=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D8E0 is #1A271F. Grayscale: #DCDCDC. Windows color (decimal): -1713952 or 14735589. OLE color: 14735589.

HSL color Cylindrical-coordinate representation of color #E5D8E0: hue angle of 323.08º degrees, saturation: 0.2, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5D8E0 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 216 224 -
CMYK 0 0.06 0.02 0.10
HSL 323.08º 0.2% 0.87% -
HSV(B) 323.08º 0.06% 0.9% -
XYZ 70.32 71.15 80.55 -
YUV 220.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 229 216 224 0 0.06 0.02 0.10 323.08 0.2 0.87
Hex E5 D8 E0 0 6 2 A 143 14 57
Octal 345 330 340 0 6 2 12 503 24 127
Binary 11100101 11011000 11100000 0 110 10 1010 101000011 10100 1010111

Color Harmonies of #E5D8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D8E0

Black with #E5D8E0

Text Example


Text Example

White with #E5D8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D8E0; }

 p { color: rgb(229,216,224); }

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

background-color css

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

 a { background-color: rgb(229,216,224); }

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

border-color css

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

 span { border-color: rgb(229,216,224); }

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