Html Css Color HEX #E0C4CC Prim

📋 copy color: '#E0C4CC'

red 224 ◦ green 196 ◦ blue 204

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

Shades of Prim #E0C4CC

Tints of Prim #E0C4CC

RGB

 RED value IS 224 (87.89% from 255) = 35.9%

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

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

R = 35.9%
G = 31.41%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E0C4CC (or 0xE0C4CC) is known color: Prim. HEX triplet: E0, C4 and CC. RGB value is (224,196,204). Sum of RGB (Red+Green+Blue) = 224+196+204=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C4CC is #1F3B33. Grayscale: #CDCDCD. Windows color (decimal): -2046772 or 13419744. OLE color: 13419744.

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

Color convert

RGB 224 196 204 -
CMYK 0 0.12 0.09 0.12
HSL 342.86º 0.31% 0.82% -
HSV(B) 342.86º 0.13% 0.88% -
XYZ 61.38 59.69 65.41 -
YUV 205.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 224 196 204 0 0.12 0.09 0.12 342.86 0.31 0.82
Hex E0 C4 CC 0 C 9 C 157 1F 52
Octal 340 304 314 0 14 11 14 527 37 122
Binary 11100000 11000100 11001100 0 1100 1001 1100 101010111 11111 1010010

Color Harmonies of #E0C4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C4CC

Black with #E0C4CC

Text Example


Text Example

White with #E0C4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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