Html Css Color HEX #E1C9CC Prim

📋 copy color: '#E1C9CC'

red 225 ◦ green 201 ◦ blue 204

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

Shades of Prim #E1C9CC

Tints of Prim #E1C9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.9%

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

R = 35.71%
G = 31.9%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E1C9CC (or 0xE1C9CC) is known color: Prim. HEX triplet: E1, C9 and CC. RGB value is (225,201,204). Sum of RGB (Red+Green+Blue) = 225+201+204=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C9CC is #1E3633. Grayscale: #D0D0D0. Windows color (decimal): -1979956 or 13421025. OLE color: 13421025.

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

Color convert

RGB 225 201 204 -
CMYK 0 0.11 0.09 0.12
HSL 352.5º 0.29% 0.84% -
HSV(B) 352.5º 0.11% 0.88% -
XYZ 62.84 62.14 65.81 -
YUV 208.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 225 201 204 0 0.11 0.09 0.12 352.5 0.29 0.84
Hex E1 C9 CC 0 B 9 C 160 1D 54
Octal 341 311 314 0 13 11 14 540 35 124
Binary 11100001 11001001 11001100 0 1011 1001 1100 101100000 11101 1010100

Color Harmonies of #E1C9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C9CC

Black with #E1C9CC

Text Example


Text Example

White with #E1C9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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