Html Css Color HEX #EDE4D0 Bleach White

📋 copy color: '#EDE4D0'

red 237 ◦ green 228 ◦ blue 208

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

Shades of Bleach White #EDE4D0

Tints of Bleach White #EDE4D0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.88%

 BLUE value IS 208 (81.64% from 255) = 30.91%

R = 35.22%
G = 33.88%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDE4D0 (or 0xEDE4D0) is known color: Bleach White. HEX triplet: ED, E4 and D0. RGB value is (237,228,208). Sum of RGB (Red+Green+Blue) = 237+228+208=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 208 (81.64% from 255 or 30.91% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4D0 is #121B2F. Grayscale: #E4E4E4. Windows color (decimal): -1186608 or 13690093. OLE color: 13690093.

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

Color convert

RGB 237 228 208 -
CMYK 0 0.04 0.12 0.07
HSL 41.38º 0.45% 0.87% -
HSV(B) 41.38º 0.12% 0.93% -
XYZ 74.05 78.05 70.84 -
YUV 228.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 237 228 208 0 0.04 0.12 0.07 41.38 0.45 0.87
Hex ED E4 D0 0 4 C 7 29 2D 57
Octal 355 344 320 0 4 14 7 51 55 127
Binary 11101101 11100100 11010000 0 100 1100 111 101001 101101 1010111

Color Harmonies of #EDE4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4D0

Black with #EDE4D0

Text Example


Text Example

White with #EDE4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4D0; }

 p { color: rgb(237,228,208); }

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

background-color css

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

 a { background-color: rgb(237,228,208); }

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

border-color css

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

 span { border-color: rgb(237,228,208); }

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