#EFE2CD

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

Shades of Bleach White #EFE2CD

Tints of Bleach White #EFE2CD

Color information

#EFE2CD (or 0xEFE2CD) is unknown color: approx Bleach White. HEX triplet: EF, E2 and CD. RGB value is (239,226,205). Sum of RGB (Red+Green+Blue) = 239+226+205=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2CD is #101D32. Grayscale: #E3E3E3. Windows color (decimal): -1056051 or 13492975. OLE color: 13492975.

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

Color convert

RGB239226205-
CMYK00.050.140.06
HSL37.06º51.52%87.06%-
HSV(B)37.06º14.23%93.73%-
XYZ73.8177.1568.76-
YUV227.49115.31136.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 226 (88.67% from 255) = 33.73%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=35.67%
G=33.73%
B=30.60%

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
Decimal23922620500.050.140.0637.0651.5287.06
HexEFE2CD05E6253457
Octal357342315051664564127
Binary111011111110001011001101010111101101001011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2CD; }

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

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

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

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

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

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

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

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