Html Css Color HEX #EDE1CB Bleach White

📋 copy color: '#EDE1CB'

red 237 ◦ green 225 ◦ blue 203

#EDE1CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bleach White #EDE1CB

Tints of Bleach White #EDE1CB

RGB

 RED value IS 237 (92.97% from 255) = 35.64%

 GREEN value IS 225 (88.28% from 255) = 33.83%

 BLUE value IS 203 (79.69% from 255) = 30.53%

R = 35.64%
G = 33.83%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDE1CB (or 0xEDE1CB) is known color: Bleach White. HEX triplet: ED, E1 and CB. RGB value is (237,225,203). Sum of RGB (Red+Green+Blue) = 237+225+203=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1CB is #121E34. Grayscale: #E2E2E2. Windows color (decimal): -1187381 or 13361645. OLE color: 13361645.

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

Color convert

RGB 237 225 203 -
CMYK 0 0.05 0.14 0.07
HSL 38.82º 0.49% 0.86% -
HSV(B) 38.82º 0.14% 0.93% -
XYZ 72.63 76.17 67.37 -
YUV 226.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 237 225 203 0 0.05 0.14 0.07 38.82 0.49 0.86
Hex ED E1 CB 0 5 E 7 27 31 56
Octal 355 341 313 0 5 16 7 47 61 126
Binary 11101101 11100001 11001011 0 101 1110 111 100111 110001 1010110

Color Harmonies of #EDE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1CB

Black with #EDE1CB

Text Example


Text Example

White with #EDE1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1CB; }

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

 H1.HeaderClassName
 {
   color: #EDE1CB;
 }
 .AnyTagClassName
 {
   color: #EDE1CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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