Html Css Color HEX #EDDFCD Bleach White

📋 copy color: '#EDDFCD'

red 237 ◦ green 223 ◦ blue 205

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

Shades of Bleach White #EDDFCD

Tints of Bleach White #EDDFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.53%

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

R = 35.64%
G = 33.53%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDDFCD (or 0xEDDFCD) is known color: Bleach White. HEX triplet: ED, DF and CD. RGB value is (237,223,205). Sum of RGB (Red+Green+Blue) = 237+223+205=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFCD is #122032. Grayscale: #E1E1E1. Windows color (decimal): -1187891 or 13492205. OLE color: 13492205.

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

Color convert

RGB 237 223 205 -
CMYK 0 0.06 0.14 0.07
HSL 33.75º 0.47% 0.87% -
HSV(B) 33.75º 0.14% 0.93% -
XYZ 72.33 75.19 68.46 -
YUV 225.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 237 223 205 0 0.06 0.14 0.07 33.75 0.47 0.87
Hex ED DF CD 0 6 E 7 22 2F 57
Octal 355 337 315 0 6 16 7 42 57 127
Binary 11101101 11011111 11001101 0 110 1110 111 100010 101111 1010111

Color Harmonies of #EDDFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFCD

Black with #EDDFCD

Text Example


Text Example

White with #EDDFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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