#EFE2CE

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

Shades of Bleach White #EFE2CE

Tints of Bleach White #EFE2CE

Color information

#EFE2CE (or 0xEFE2CE) is unknown color: approx Bleach White. HEX triplet: EF, E2 and CE. RGB value is (239,226,206). Sum of RGB (Red+Green+Blue) = 239+226+206=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2CE is #101D31. Grayscale: #E3E3E3. Windows color (decimal): -1056050 or 13558511. OLE color: 13558511.

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

Color convert

RGB239226206-
CMYK00.050.140.06
HSL36.36º50.77%87.25%-
HSV(B)36.36º13.81%93.73%-
XYZ73.9377.269.4-
YUV227.61115.81136.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 206 (80.86% from 255) = 30.70%
R=35.62%
G=33.68%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922620600.050.140.0636.3650.7787.25
HexEFE2CE05E6243357
Octal357342316051664463127
Binary111011111110001011001110010111101101001001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2CE; }

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

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

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

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

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

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

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

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