#E3CBCF

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

Shades of Prim #E3CBCF

Tints of Prim #E3CBCF

Color information

#E3CBCF (or 0xE3CBCF) is unknown color: approx Prim. HEX triplet: E3, CB and CF. RGB value is (227,203,207). Sum of RGB (Red+Green+Blue) = 227+203+207=637 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.64% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBCF is #1C3430. Grayscale: #D2D2D2. Windows color (decimal): -1848369 or 13618147. OLE color: 13618147.

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

Color convert

RGB227203207-
CMYK00.110.090.11
HSL350º30%84.31%-
HSV(B)350º10.57%89.02%-
XYZ64.363.5567.91-
YUV210.63125.95139.67-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.64%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=35.64%
G=31.87%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720320700.110.090.113503084.31
HexE3CBCF0B9B15e1e54
Octal343313317013111353636124
Binary1110001111001011110011110101110011011101011110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBCF; }

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

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

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

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

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

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

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

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