Html Css Color HEX #E1C3CE Prim

📋 copy color: '#E1C3CE'

red 225 ◦ green 195 ◦ blue 206

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

Shades of Prim #E1C3CE

Tints of Prim #E1C3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.15%

 BLUE value IS 206 (80.86% from 255) = 32.91%

R = 35.94%
G = 31.15%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1C3CE (or 0xE1C3CE) is known color: Prim. HEX triplet: E1, C3 and CE. RGB value is (225,195,206). Sum of RGB (Red+Green+Blue) = 225+195+206=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C3CE is #1E3C31. Grayscale: #CDCDCD. Windows color (decimal): -1981490 or 13550561. OLE color: 13550561.

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

Color convert

RGB 225 195 206 -
CMYK 0 0.13 0.08 0.12
HSL 338º 0.33% 0.82% -
HSV(B) 338º 0.13% 0.88% -
XYZ 61.71 59.49 66.62 -
YUV 205.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 225 195 206 0 0.13 0.08 0.12 338 0.33 0.82
Hex E1 C3 CE 0 D 8 C 152 21 52
Octal 341 303 316 0 15 10 14 522 41 122
Binary 11100001 11000011 11001110 0 1101 1000 1100 101010010 100001 1010010

Color Harmonies of #E1C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C3CE

Black with #E1C3CE

Text Example


Text Example

White with #E1C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C3CE; }

 p { color: rgb(225,195,206); }

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

background-color css

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

 a { background-color: rgb(225,195,206); }

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

border-color css

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

 span { border-color: rgb(225,195,206); }

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