#EFE1CD

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

Shades of Bleach White #EFE1CD

Tints of Bleach White #EFE1CD

Color information

#EFE1CD (or 0xEFE1CD) is unknown color: approx Bleach White. HEX triplet: EF, E1 and CD. RGB value is (239,225,205). Sum of RGB (Red+Green+Blue) = 239+225+205=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1CD is #101E32. Grayscale: #E3E3E3. Windows color (decimal): -1056307 or 13492719. OLE color: 13492719.

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

Color convert

RGB239225205-
CMYK00.060.140.06
HSL35.29º51.52%87.06%-
HSV(B)35.29º14.23%93.73%-
XYZ73.5476.6168.67-
YUV226.91115.64136.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 225 (88.28% from 255) = 33.63%
BLUE value IS 205 (80.47% from 255) = 30.64%
R=35.72%
G=33.63%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922520500.060.140.0635.2951.5287.06
HexEFE1CD06E6233457
Octal357341315061664364127
Binary111011111110000111001101011011101101000111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1CD; }

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

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

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

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

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

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

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

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