Html Css Color HEX #EDE2CC Bleach White

📋 copy color: '#EDE2CC'

red 237 ◦ green 226 ◦ blue 204

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

Shades of Bleach White #EDE2CC

Tints of Bleach White #EDE2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.88%

 BLUE value IS 204 (80.08% from 255) = 30.58%

R = 35.53%
G = 33.88%
B = 30.58%

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

#EDE2CC (or 0xEDE2CC) is known color: Bleach White. HEX triplet: ED, E2 and CC. RGB value is (237,226,204). Sum of RGB (Red+Green+Blue) = 237+226+204=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2CC is #121D33. Grayscale: #E2E2E2. Windows color (decimal): -1187124 or 13427437. OLE color: 13427437.

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

Color convert

RGB 237 226 204 -
CMYK 0 0.05 0.14 0.07
HSL 40º 0.48% 0.86% -
HSV(B) 40º 0.14% 0.93% -
XYZ 73.02 76.76 68.09 -
YUV 226.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 237 226 204 0 0.05 0.14 0.07 40 0.48 0.86
Hex ED E2 CC 0 5 E 7 28 30 56
Octal 355 342 314 0 5 16 7 50 60 126
Binary 11101101 11100010 11001100 0 101 1110 111 101000 110000 1010110

Color Harmonies of #EDE2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2CC

Black with #EDE2CC

Text Example


Text Example

White with #EDE2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2CC; }

 p { color: rgb(237,226,204); }

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

background-color css

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

 a { background-color: rgb(237,226,204); }

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

border-color css

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

 span { border-color: rgb(237,226,204); }

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