#E3CBDA

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

Shades of Prim #E3CBDA

Tints of Prim #E3CBDA

Color information

#E3CBDA (or 0xE3CBDA) is unknown color: approx Prim. HEX triplet: E3, CB and DA. RGB value is (227,203,218). Sum of RGB (Red+Green+Blue) = 227+203+218=648 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.03% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBDA is #1C3425. Grayscale: #D3D3D3. Windows color (decimal): -1848358 or 14339043. OLE color: 14339043.

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

Color convert

RGB227203218-
CMYK00.110.040.11
HSL322.5º30%84.31%-
HSV(B)322.5º10.57%89.02%-
XYZ65.6964.175.24-
YUV211.89131.45138.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.03%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=35.03%
G=31.33%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720321800.110.040.11322.53084.31
HexE3CBDA0B4B1421e54
Octal34331333201341350236124
Binary111000111100101111011010010111001011101000010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBDA; }

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

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

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

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

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

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

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

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