#E3CBD4

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

Shades of Prim #E3CBD4

Tints of Prim #E3CBD4

Color information

#E3CBD4 (or 0xE3CBD4) is unknown color: approx Prim. HEX triplet: E3, CB and D4. RGB value is (227,203,212). Sum of RGB (Red+Green+Blue) = 227+203+212=642 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.36% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBD4 is #1C342B. Grayscale: #D3D3D3. Windows color (decimal): -1848364 or 13945827. OLE color: 13945827.

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

Color convert

RGB227203212-
CMYK00.110.070.11
HSL337.5º30%84.31%-
HSV(B)337.5º10.57%89.02%-
XYZ64.9263.871.18-
YUV211.2128.45139.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.36%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 212 (83.20% from 255) = 33.02%
R=35.36%
G=31.62%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720321200.110.070.11337.53084.31
HexE3CBD40B7B1521e54
Octal34331332401371352236124
Binary111000111100101111010100010111111011101010010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBD4; }

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

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

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

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

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

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

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

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