#E3CBD5

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

Shades of Prim #E3CBD5

Tints of Prim #E3CBD5

Color information

#E3CBD5 (or 0xE3CBD5) is unknown color: approx Prim. HEX triplet: E3, CB and D5. RGB value is (227,203,213). Sum of RGB (Red+Green+Blue) = 227+203+213=643 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.30% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBD5 is #1C342A. Grayscale: #D3D3D3. Windows color (decimal): -1848363 or 14011363. OLE color: 14011363.

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

Color convert

RGB227203213-
CMYK00.110.060.11
HSL335º30%84.31%-
HSV(B)335º10.57%89.02%-
XYZ65.0463.8571.85-
YUV211.32128.95139.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.30%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 213 (83.59% from 255) = 33.13%
R=35.30%
G=31.57%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720321300.110.060.113353084.31
HexE3CBD50B6B14f1e54
Octal34331332501361351736124
Binary111000111100101111010101010111101011101001111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBD5; }

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

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

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

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

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

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

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

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