#EDE1CE

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

Shades of Bleach White #EDE1CE

Tints of Bleach White #EDE1CE

Color information

#EDE1CE (or 0xEDE1CE) is unknown color: approx Bleach White. HEX triplet: ED, E1 and CE. RGB value is (237,225,206). Sum of RGB (Red+Green+Blue) = 237+225+206=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1CE is #121E31. Grayscale: #E2E2E2. Windows color (decimal): -1187378 or 13558253. OLE color: 13558253.

HSL color Cylindrical-coordinate representation of color #EDE1CE: hue angle of 36.77º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDE1CE is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237225206-
CMYK00.050.130.07
HSL36.77º46.27%86.86%-
HSV(B)36.77º13.08%92.94%-
XYZ72.9976.3169.28-
YUV226.42116.48135.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 225 (88.28% from 255) = 33.68%
BLUE value IS 206 (80.86% from 255) = 30.84%
R=35.48%
G=33.68%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722520600.050.130.0736.7746.2786.86
HexEDE1CE05D7252e57
Octal355341316051574556127
Binary111011011110000111001110010111011111001011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1CE; }

 p { color: rgb(237,225,206); }

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

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

 a { background-color: rgb(237,225,206); }

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

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

 span { border-color: rgb(237,225,206); }

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