#E0C8CC

Color #E0C8CC Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #E0C8CC

Tints of Prim #E0C8CC

Color information

#E0C8CC (or 0xE0C8CC) is unknown color: approx Prim. HEX triplet: E0, C8 and CC. RGB value is (224,200,204). Sum of RGB (Red+Green+Blue) = 224+200+204=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C8CC is #1F3733. Grayscale: #CFCFCF. Windows color (decimal): -2045748 or 13420768. OLE color: 13420768.

HSL color Cylindrical-coordinate representation of color #E0C8CC: hue angle of 350º degrees, saturation: 0.28, 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 #E0C8CC is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224200204-
CMYK00.110.090.12
HSL350º27.91%83.14%-
HSV(B)350º10.71%87.84%-
XYZ62.2961.5265.72-
YUV207.63125.95139.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.67%
GREEN value IS 200 (78.52% from 255) = 31.85%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=35.67%
G=31.85%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420020400.110.090.1235027.9183.14
HexE0C8CC0B9C15e1c53
Octal340310314013111453634123
Binary1110000011001000110011000101110011100101011110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C8CC; }

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

 H1.HeaderClassName
 {
   color: #E0C8CC;
 }
 .AnyTagClassName
 {
   color: #E0C8CC;
 }
</style>
background-color css

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

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

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

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

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

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