#EFE1CB

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

Shades of Bleach White #EFE1CB

Tints of Bleach White #EFE1CB

Color information

#EFE1CB (or 0xEFE1CB) is unknown color: approx Bleach White. HEX triplet: EF, E1 and CB. RGB value is (239,225,203). Sum of RGB (Red+Green+Blue) = 239+225+203=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1CB is #101E34. Grayscale: #E2E2E2. Windows color (decimal): -1056309 or 13361647. OLE color: 13361647.

HSL color Cylindrical-coordinate representation of color #EFE1CB: hue angle of 36.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFE1CB is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239225203-
CMYK00.060.150.06
HSL36.67º52.94%86.67%-
HSV(B)36.67º15.06%93.73%-
XYZ73.376.5167.4-
YUV226.68114.64136.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 203 (79.69% from 255) = 30.43%
R=35.83%
G=33.73%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922520300.060.150.0636.6752.9486.67
HexEFE1CB06F6253557
Octal357341313061764565127
Binary111011111110000111001011011011111101001011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1CB; }

 p { color: rgb(239,225,203); }

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

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

 a { background-color: rgb(239,225,203); }

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

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

 span { border-color: rgb(239,225,203); }

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