Html Css Color HEX #EDE0CB Bleach White

📋 copy color: '#EDE0CB'

red 237 ◦ green 224 ◦ blue 203

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

Shades of Bleach White #EDE0CB

Tints of Bleach White #EDE0CB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.73%

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

R = 35.69%
G = 33.73%
B = 30.57%

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

#EDE0CB (or 0xEDE0CB) is known color: Bleach White. HEX triplet: ED, E0 and CB. RGB value is (237,224,203). Sum of RGB (Red+Green+Blue) = 237+224+203=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0CB is #121F34. Grayscale: #E1E1E1. Windows color (decimal): -1187637 or 13361389. OLE color: 13361389.

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

Color convert

RGB 237 224 203 -
CMYK 0 0.05 0.14 0.07
HSL 37.06º 0.49% 0.86% -
HSV(B) 37.06º 0.14% 0.93% -
XYZ 72.36 75.63 67.28 -
YUV 225.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 237 224 203 0 0.05 0.14 0.07 37.06 0.49 0.86
Hex ED E0 CB 0 5 E 7 25 31 56
Octal 355 340 313 0 5 16 7 45 61 126
Binary 11101101 11100000 11001011 0 101 1110 111 100101 110001 1010110

Color Harmonies of #EDE0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0CB

Black with #EDE0CB

Text Example


Text Example

White with #EDE0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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