Html Css Color HEX #E1C4CC Prim

📋 copy color: '#E1C4CC'

red 225 ◦ green 196 ◦ blue 204

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

Shades of Prim #E1C4CC

Tints of Prim #E1C4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.36%

 BLUE value IS 204 (80.08% from 255) = 32.64%

R = 36%
G = 31.36%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E1C4CC (or 0xE1C4CC) is known color: Prim. HEX triplet: E1, C4 and CC. RGB value is (225,196,204). Sum of RGB (Red+Green+Blue) = 225+196+204=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C4CC is #1E3B33. Grayscale: #CDCDCD. Windows color (decimal): -1981236 or 13419745. OLE color: 13419745.

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

Color convert

RGB 225 196 204 -
CMYK 0 0.13 0.09 0.12
HSL 343.45º 0.33% 0.83% -
HSV(B) 343.45º 0.13% 0.88% -
XYZ 61.69 59.85 65.43 -
YUV 205.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 225 196 204 0 0.13 0.09 0.12 343.45 0.33 0.83
Hex E1 C4 CC 0 D 9 C 157 21 53
Octal 341 304 314 0 15 11 14 527 41 123
Binary 11100001 11000100 11001100 0 1101 1001 1100 101010111 100001 1010011

Color Harmonies of #E1C4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C4CC

Black with #E1C4CC

Text Example


Text Example

White with #E1C4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C4CC; }

 p { color: rgb(225,196,204); }

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

background-color css

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

 a { background-color: rgb(225,196,204); }

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

border-color css

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

 span { border-color: rgb(225,196,204); }

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