#E3CBD0

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

Shades of Prim #E3CBD0

Tints of Prim #E3CBD0

Color information

#E3CBD0 (or 0xE3CBD0) is unknown color: approx Prim. HEX triplet: E3, CB and D0. RGB value is (227,203,208). Sum of RGB (Red+Green+Blue) = 227+203+208=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBD0 is #1C342F. Grayscale: #D2D2D2. Windows color (decimal): -1848368 or 13683683. OLE color: 13683683.

HSL color Cylindrical-coordinate representation of color #E3CBD0: hue angle of 347.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3CBD0 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB227203208-
CMYK00.110.080.11
HSL347.5º30%84.31%-
HSV(B)347.5º10.57%89.02%-
XYZ64.4263.668.55-
YUV210.75126.45139.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.58%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 208 (81.64% from 255) = 32.60%
R=35.58%
G=31.82%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720320800.110.080.11347.53084.31
HexE3CBD00B8B15c1e54
Octal343313320013101353436124
Binary1110001111001011110100000101110001011101011100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBD0; }

 p { color: rgb(227,203,208); }

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

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

 a { background-color: rgb(227,203,208); }

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

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

 span { border-color: rgb(227,203,208); }

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