#E0C8CE

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

Shades of Prim #E0C8CE

Tints of Prim #E0C8CE

Color information

#E0C8CE (or 0xE0C8CE) is unknown color: approx Prim. HEX triplet: E0, C8 and CE. RGB value is (224,200,206). Sum of RGB (Red+Green+Blue) = 224+200+206=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C8CE is #1F3731. Grayscale: #CFCFCF. Windows color (decimal): -2045746 or 13551840. OLE color: 13551840.

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

Color convert

RGB224200206-
CMYK00.110.080.12
HSL345º27.91%83.14%-
HSV(B)345º10.71%87.84%-
XYZ62.5461.6166.99-
YUV207.86126.95139.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.56%
GREEN value IS 200 (78.52% from 255) = 31.75%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=35.56%
G=31.75%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420020600.110.080.1234527.9183.14
HexE0C8CE0B8C1591c53
Octal340310316013101453134123
Binary1110000011001000110011100101110001100101011001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C8CE; }

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

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

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

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

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

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

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

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