#EFE2CB

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

Shades of Bleach White #EFE2CB

Tints of Bleach White #EFE2CB

Color information

#EFE2CB (or 0xEFE2CB) is unknown color: approx Bleach White. HEX triplet: EF, E2 and CB. RGB value is (239,226,203). Sum of RGB (Red+Green+Blue) = 239+226+203=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2CB is #101D34. Grayscale: #E3E3E3. Windows color (decimal): -1056053 or 13361903. OLE color: 13361903.

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

Color convert

RGB239226203-
CMYK00.050.150.06
HSL38.33º52.94%86.67%-
HSV(B)38.33º15.06%93.73%-
XYZ73.5777.0667.5-
YUV227.26114.31136.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 226 (88.67% from 255) = 33.83%
BLUE value IS 203 (79.69% from 255) = 30.39%
R=35.78%
G=33.83%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922620300.050.150.0638.3352.9486.67
HexEFE2CB05F6263557
Octal357342313051764665127
Binary111011111110001011001011010111111101001101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2CB; }

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

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

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

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

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

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

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

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