Html Css Color HEX #EDE1CE Bleach White

📋 copy color: '#EDE1CE'

red 237 ◦ green 225 ◦ blue 206

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

Shades of Bleach White #EDE1CE

Tints of Bleach White #EDE1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.84%

R = 35.48%
G = 33.68%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDE1CE (or 0xEDE1CE) is known color: Bleach White. HEX triplet: ED, E1 and CE. RGB value is (237,225,206). Sum of RGB (Red+Green+Blue) = 237+225+206=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1CE is #121E31. Grayscale: #E2E2E2. Windows color (decimal): -1187378 or 13558253. OLE color: 13558253.

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

Color convert

RGB 237 225 206 -
CMYK 0 0.05 0.13 0.07
HSL 36.77º 0.46% 0.87% -
HSV(B) 36.77º 0.13% 0.93% -
XYZ 72.99 76.31 69.28 -
YUV 226.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 237 225 206 0 0.05 0.13 0.07 36.77 0.46 0.87
Hex ED E1 CE 0 5 D 7 25 2E 57
Octal 355 341 316 0 5 15 7 45 56 127
Binary 11101101 11100001 11001110 0 101 1101 111 100101 101110 1010111

Color Harmonies of #EDE1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1CE

Black with #EDE1CE

Text Example


Text Example

White with #EDE1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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