Html Css Color HEX #EFD9D6 Remy

📋 copy color: '#EFD9D6'

red 239 ◦ green 217 ◦ blue 214

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

Shades of Remy #EFD9D6

Tints of Remy #EFD9D6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.39%

 BLUE value IS 214 (83.98% from 255) = 31.94%

R = 35.67%
G = 32.39%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFD9D6 (or 0xEFD9D6) is known color: Remy. HEX triplet: EF, D9 and D6. RGB value is (239,217,214). Sum of RGB (Red+Green+Blue) = 239+217+214=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9D6 is #102629. Grayscale: #DFDFDF. Windows color (decimal): -1058346 or 14080495. OLE color: 14080495.

HSL color Cylindrical-coordinate representation of color #EFD9D6: hue angle of 7.2º degrees, saturation: 0.44, 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 #EFD9D6 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 214 -
CMYK 0 0.09 0.10 0.06
HSL 7.2º 0.44% 0.89% -
HSV(B) 7.2º 0.1% 0.94% -
XYZ 72.55 72.83 73.85 -
YUV 223.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 239 217 214 0 0.09 0.10 0.06 7.2 0.44 0.89
Hex EF D9 D6 0 9 A 6 7 2C 59
Octal 357 331 326 0 11 12 6 7 54 131
Binary 11101111 11011001 11010110 0 1001 1010 110 111 101100 1011001

Color Harmonies of #EFD9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9D6

Black with #EFD9D6

Text Example


Text Example

White with #EFD9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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