Html Css Color HEX #EDDDDA Remy

📋 copy color: '#EDDDDA'

red 237 ◦ green 221 ◦ blue 218

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

Shades of Remy #EDDDDA

Tints of Remy #EDDDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.69%

 BLUE value IS 218 (85.55% from 255) = 32.25%

R = 35.06%
G = 32.69%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDDDDA (or 0xEDDDDA) is known color: Remy. HEX triplet: ED, DD and DA. RGB value is (237,221,218). Sum of RGB (Red+Green+Blue) = 237+221+218=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDDA is #122225. Grayscale: #E1E1E1. Windows color (decimal): -1188390 or 14343661. OLE color: 14343661.

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

Color convert

RGB 237 221 218 -
CMYK 0 0.07 0.08 0.07
HSL 9.47º 0.35% 0.89% -
HSV(B) 9.47º 0.08% 0.93% -
XYZ 73.44 74.78 76.89 -
YUV 225.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 237 221 218 0 0.07 0.08 0.07 9.47 0.35 0.89
Hex ED DD DA 0 7 8 7 9 23 59
Octal 355 335 332 0 7 10 7 11 43 131
Binary 11101101 11011101 11011010 0 111 1000 111 1001 100011 1011001

Color Harmonies of #EDDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDDA

Black with #EDDDDA

Text Example


Text Example

White with #EDDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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