Html Css Color HEX #E5C6D7 Prim

📋 copy color: '#E5C6D7'

red 229 ◦ green 198 ◦ blue 215

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

Shades of Prim #E5C6D7

Tints of Prim #E5C6D7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.84%

 BLUE value IS 215 (84.38% from 255) = 33.49%

R = 35.67%
G = 30.84%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E5C6D7 (or 0xE5C6D7) is known color: Prim. HEX triplet: E5, C6 and D7. RGB value is (229,198,215). Sum of RGB (Red+Green+Blue) = 229+198+215=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C6D7 is #1A3928. Grayscale: #D1D1D1. Windows color (decimal): -1718569 or 14141157. OLE color: 14141157.

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

Color convert

RGB 229 198 215 -
CMYK 0 0.14 0.06 0.10
HSL 327.1º 0.37% 0.84% -
HSV(B) 327.1º 0.14% 0.9% -
XYZ 64.77 61.95 72.83 -
YUV 209.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 229 198 215 0 0.14 0.06 0.10 327.1 0.37 0.84
Hex E5 C6 D7 0 E 6 A 147 25 54
Octal 345 306 327 0 16 6 12 507 45 124
Binary 11100101 11000110 11010111 0 1110 110 1010 101000111 100101 1010100

Color Harmonies of #E5C6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C6D7

Black with #E5C6D7

Text Example


Text Example

White with #E5C6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C6D7; }

 p { color: rgb(229,198,215); }

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

background-color css

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

 a { background-color: rgb(229,198,215); }

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

border-color css

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

 span { border-color: rgb(229,198,215); }

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