Html Css Color HEX #EFDCD8 Remy

📋 copy color: '#EFDCD8'

red 239 ◦ green 220 ◦ blue 216

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

Shades of Remy #EFDCD8

Tints of Remy #EFDCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32%

R = 35.41%
G = 32.59%
B = 32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFDCD8 (or 0xEFDCD8) is known color: Remy. HEX triplet: EF, DC and D8. RGB value is (239,220,216). Sum of RGB (Red+Green+Blue) = 239+220+216=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD8 is #102327. Grayscale: #E1E1E1. Windows color (decimal): -1057576 or 14212335. OLE color: 14212335.

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

Color convert

RGB 239 220 216 -
CMYK 0 0.08 0.10 0.06
HSL 10.43º 0.42% 0.89% -
HSV(B) 10.43º 0.1% 0.94% -
XYZ 73.58 74.49 75.47 -
YUV 225.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 239 220 216 0 0.08 0.10 0.06 10.43 0.42 0.89
Hex EF DC D8 0 8 A 6 A 2A 59
Octal 357 334 330 0 10 12 6 12 52 131
Binary 11101111 11011100 11011000 0 1000 1010 110 1010 101010 1011001

Color Harmonies of #EFDCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCD8

Black with #EFDCD8

Text Example


Text Example

White with #EFDCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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