Html Css Color HEX #EDE1CD Bleach White

📋 copy color: '#EDE1CD'

red 237 ◦ green 225 ◦ blue 205

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

Shades of Bleach White #EDE1CD

Tints of Bleach White #EDE1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.73%

R = 35.53%
G = 33.73%
B = 30.73%

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

#EDE1CD (or 0xEDE1CD) is known color: Bleach White. HEX triplet: ED, E1 and CD. RGB value is (237,225,205). Sum of RGB (Red+Green+Blue) = 237+225+205=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1CD is #121E32. Grayscale: #E2E2E2. Windows color (decimal): -1187379 or 13492717. OLE color: 13492717.

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

Color convert

RGB 237 225 205 -
CMYK 0 0.05 0.14 0.07
HSL 37.5º 0.47% 0.87% -
HSV(B) 37.5º 0.14% 0.93% -
XYZ 72.87 76.26 68.64 -
YUV 226.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 237 225 205 0 0.05 0.14 0.07 37.5 0.47 0.87
Hex ED E1 CD 0 5 E 7 26 2F 57
Octal 355 341 315 0 5 16 7 46 57 127
Binary 11101101 11100001 11001101 0 101 1110 111 100110 101111 1010111

Color Harmonies of #EDE1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1CD

Black with #EDE1CD

Text Example


Text Example

White with #EDE1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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