#E6E3CB

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

Shades of Half And Half #E6E3CB

Tints of Half And Half #E6E3CB

Color information

#E6E3CB (or 0xE6E3CB) is unknown color: approx Half And Half. HEX triplet: E6, E3 and CB. RGB value is (230,227,203). Sum of RGB (Red+Green+Blue) = 230+227+203=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 227 (89.06% from 255 or 34.39% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E3CB is #191C34. Grayscale: #E1E1E1. Windows color (decimal): -1645621 or 13362150. OLE color: 13362150.

HSL color Cylindrical-coordinate representation of color #E6E3CB: hue angle of 53.33º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6E3CB is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230227203-
CMYK00.010.120.10
HSL53.33º35.06%84.9%-
HSV(B)53.33º11.74%90.2%-
XYZ70.8876.0767.45-
YUV225.16115.49131.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.85%
GREEN value IS 227 (89.06% from 255) = 34.39%
BLUE value IS 203 (79.69% from 255) = 30.76%
R=34.85%
G=34.39%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022720300.010.120.1053.3335.0684.9
HexE6E3CB01CA352355
Octal3463433130114126543125
Binary11100110111000111100101101110010101101011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E3CB; }

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

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

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

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

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

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

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

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