Html Css Color HEX #EDDCD9 Remy

📋 copy color: '#EDDCD9'

red 237 ◦ green 220 ◦ blue 217

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

Shades of Remy #EDDCD9

Tints of Remy #EDDCD9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.64%

 BLUE value IS 217 (85.16% from 255) = 32.2%

R = 35.16%
G = 32.64%
B = 32.2%

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

#EDDCD9 (or 0xEDDCD9) is known color: Remy. HEX triplet: ED, DC and D9. RGB value is (237,220,217). Sum of RGB (Red+Green+Blue) = 237+220+217=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD9 is #122326. Grayscale: #E0E0E0. Windows color (decimal): -1188647 or 14277869. OLE color: 14277869.

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

Color convert

RGB 237 220 217 -
CMYK 0 0.07 0.08 0.07
HSL 0.36% 0.89% -
HSV(B) 0.08% 0.93% -
XYZ 73.04 74.2 76.12 -
YUV 224.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 237 220 217 0 0.07 0.08 0.07 9 0.36 0.89
Hex ED DC D9 0 7 8 7 9 24 59
Octal 355 334 331 0 7 10 7 11 44 131
Binary 11101101 11011100 11011001 0 111 1000 111 1001 100100 1011001

Color Harmonies of #EDDCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCD9

Black with #EDDCD9

Text Example


Text Example

White with #EDDCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCD9; }

 p { color: rgb(237,220,217); }

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

background-color css

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

 a { background-color: rgb(237,220,217); }

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

border-color css

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

 span { border-color: rgb(237,220,217); }

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