Html Css Color HEX #EFDCD9 Remy

📋 copy color: '#EFDCD9'

red 239 ◦ green 220 ◦ blue 217

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

Shades of Remy #EFDCD9

Tints of Remy #EFDCD9

RGB

 RED value IS 239 (93.75% from 255) = 35.36%

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

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

R = 35.36%
G = 32.54%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFDCD9 (or 0xEFDCD9) is known color: Remy. HEX triplet: EF, DC and D9. RGB value is (239,220,217). Sum of RGB (Red+Green+Blue) = 239+220+217=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD9 is #102326. Grayscale: #E1E1E1. Windows color (decimal): -1057575 or 14277871. OLE color: 14277871.

HSL color Cylindrical-coordinate representation of color #EFDCD9: hue angle of 8.18º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDCD9 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 220 217 -
CMYK 0 0.08 0.09 0.06
HSL 8.18º 0.41% 0.89% -
HSV(B) 8.18º 0.09% 0.94% -
XYZ 73.71 74.55 76.15 -
YUV 225.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 239 220 217 0 0.08 0.09 0.06 8.18 0.41 0.89
Hex EF DC D9 0 8 9 6 8 29 59
Octal 357 334 331 0 10 11 6 10 51 131
Binary 11101111 11011100 11011001 0 1000 1001 110 1000 101001 1011001

Color Harmonies of #EFDCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCD9

Black with #EFDCD9

Text Example


Text Example

White with #EFDCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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