Html Css Color HEX #E1C5D0 Prim

📋 copy color: '#E1C5D0'

red 225 ◦ green 197 ◦ blue 208

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

Shades of Prim #E1C5D0

Tints of Prim #E1C5D0

RGB

 RED value IS 225 (88.28% from 255) = 35.71%

 GREEN value IS 197 (77.34% from 255) = 31.27%

 BLUE value IS 208 (81.64% from 255) = 33.02%

R = 35.71%
G = 31.27%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1C5D0 (or 0xE1C5D0) is known color: Prim. HEX triplet: E1, C5 and D0. RGB value is (225,197,208). Sum of RGB (Red+Green+Blue) = 225+197+208=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5D0 is #1E3A2F. Grayscale: #CECECE. Windows color (decimal): -1980976 or 13682145. OLE color: 13682145.

HSL color Cylindrical-coordinate representation of color #E1C5D0: hue angle of 336.43º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1C5D0 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 197 208 -
CMYK 0 0.12 0.08 0.12
HSL 336.43º 0.32% 0.83% -
HSV(B) 336.43º 0.12% 0.88% -
XYZ 62.4 60.49 68.06 -
YUV 206.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 225 197 208 0 0.12 0.08 0.12 336.43 0.32 0.83
Hex E1 C5 D0 0 C 8 C 150 20 53
Octal 341 305 320 0 14 10 14 520 40 123
Binary 11100001 11000101 11010000 0 1100 1000 1100 101010000 100000 1010011

Color Harmonies of #E1C5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C5D0

Black with #E1C5D0

Text Example


Text Example

White with #E1C5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C5D0; }

 p { color: rgb(225,197,208); }

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

background-color css

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

 a { background-color: rgb(225,197,208); }

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

border-color css

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

 span { border-color: rgb(225,197,208); }

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