Html Css Color HEX #EDE1CA Bleach White

📋 copy color: '#EDE1CA'

red 237 ◦ green 225 ◦ blue 202

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

Shades of Bleach White #EDE1CA

Tints of Bleach White #EDE1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.42%

R = 35.69%
G = 33.89%
B = 30.42%

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

#EDE1CA (or 0xEDE1CA) is known color: Bleach White. HEX triplet: ED, E1 and CA. RGB value is (237,225,202). Sum of RGB (Red+Green+Blue) = 237+225+202=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1CA is #121E35. Grayscale: #E2E2E2. Windows color (decimal): -1187382 or 13296109. OLE color: 13296109.

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

Color convert

RGB 237 225 202 -
CMYK 0 0.05 0.15 0.07
HSL 39.43º 0.49% 0.86% -
HSV(B) 39.43º 0.15% 0.93% -
XYZ 72.51 76.12 66.75 -
YUV 225.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 237 225 202 0 0.05 0.15 0.07 39.43 0.49 0.86
Hex ED E1 CA 0 5 F 7 27 31 56
Octal 355 341 312 0 5 17 7 47 61 126
Binary 11101101 11100001 11001010 0 101 1111 111 100111 110001 1010110

Color Harmonies of #EDE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1CA

Black with #EDE1CA

Text Example


Text Example

White with #EDE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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