Html Css Color HEX #EDE0DD Remy

📋 copy color: '#EDE0DD'

red 237 ◦ green 224 ◦ blue 221

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

Shades of Remy #EDE0DD

Tints of Remy #EDE0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.84%

 BLUE value IS 221 (86.72% from 255) = 32.4%

R = 34.75%
G = 32.84%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDE0DD (or 0xEDE0DD) is known color: Remy. HEX triplet: ED, E0 and DD. RGB value is (237,224,221). Sum of RGB (Red+Green+Blue) = 237+224+221=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0DD is #121F22. Grayscale: #E3E3E3. Windows color (decimal): -1187619 or 14541037. OLE color: 14541037.

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

Color convert

RGB 237 224 221 -
CMYK 0 0.05 0.07 0.07
HSL 11.25º 0.31% 0.9% -
HSV(B) 11.25º 0.07% 0.93% -
XYZ 74.63 76.54 79.25 -
YUV 227.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 237 224 221 0 0.05 0.07 0.07 11.25 0.31 0.9
Hex ED E0 DD 0 5 7 7 B 1F 5A
Octal 355 340 335 0 5 7 7 13 37 132
Binary 11101101 11100000 11011101 0 101 111 111 1011 11111 1011010

Color Harmonies of #EDE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0DD

Black with #EDE0DD

Text Example


Text Example

White with #EDE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0DD; }

 p { color: rgb(237,224,221); }

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

background-color css

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

 a { background-color: rgb(237,224,221); }

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

border-color css

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

 span { border-color: rgb(237,224,221); }

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