Html Css Color HEX #E0C7CC Prim

📋 copy color: '#E0C7CC'

red 224 ◦ green 199 ◦ blue 204

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

Shades of Prim #E0C7CC

Tints of Prim #E0C7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.74%

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

R = 35.73%
G = 31.74%
B = 32.54%

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

#E0C7CC (or 0xE0C7CC) is known color: Prim. HEX triplet: E0, C7 and CC. RGB value is (224,199,204). Sum of RGB (Red+Green+Blue) = 224+199+204=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C7CC is #1F3833. Grayscale: #CFCFCF. Windows color (decimal): -2046004 or 13420512. OLE color: 13420512.

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

Color convert

RGB 224 199 204 -
CMYK 0 0.11 0.09 0.12
HSL 348º 0.29% 0.83% -
HSV(B) 348º 0.11% 0.88% -
XYZ 62.06 61.05 65.64 -
YUV 207.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 224 199 204 0 0.11 0.09 0.12 348 0.29 0.83
Hex E0 C7 CC 0 B 9 C 15C 1D 53
Octal 340 307 314 0 13 11 14 534 35 123
Binary 11100000 11000111 11001100 0 1011 1001 1100 101011100 11101 1010011

Color Harmonies of #E0C7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C7CC

Black with #E0C7CC

Text Example


Text Example

White with #E0C7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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