Html Css Color HEX #EDE0C9 Bleach White

📋 copy color: '#EDE0C9'

red 237 ◦ green 224 ◦ blue 201

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

Shades of Bleach White #EDE0C9

Tints of Bleach White #EDE0C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 30.36%

R = 35.8%
G = 33.84%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDE0C9 (or 0xEDE0C9) is known color: Bleach White. HEX triplet: ED, E0 and C9. RGB value is (237,224,201). Sum of RGB (Red+Green+Blue) = 237+224+201=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0C9 is #121F36. Grayscale: #E1E1E1. Windows color (decimal): -1187639 or 13230317. OLE color: 13230317.

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

Color convert

RGB 237 224 201 -
CMYK 0 0.05 0.15 0.07
HSL 38.33º 0.5% 0.86% -
HSV(B) 38.33º 0.15% 0.93% -
XYZ 72.12 75.53 66.04 -
YUV 225.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 237 224 201 0 0.05 0.15 0.07 38.33 0.5 0.86
Hex ED E0 C9 0 5 F 7 26 32 56
Octal 355 340 311 0 5 17 7 46 62 126
Binary 11101101 11100000 11001001 0 101 1111 111 100110 110010 1010110

Color Harmonies of #EDE0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0C9

Black with #EDE0C9

Text Example


Text Example

White with #EDE0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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