Html Css Color HEX #EEDBD7 Remy

📋 copy color: '#EEDBD7'

red 238 ◦ green 219 ◦ blue 215

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

Shades of Remy #EEDBD7

Tints of Remy #EEDBD7

RGB

 RED value IS 238 (93.36% from 255) = 35.42%

 GREEN value IS 219 (85.94% from 255) = 32.59%

 BLUE value IS 215 (84.38% from 255) = 31.99%

R = 35.42%
G = 32.59%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EEDBD7 (or 0xEEDBD7) is known color: Remy. HEX triplet: EE, DB and D7. RGB value is (238,219,215). Sum of RGB (Red+Green+Blue) = 238+219+215=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBD7 is #112428. Grayscale: #E0E0E0. Windows color (decimal): -1123369 or 14146542. OLE color: 14146542.

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

Color convert

RGB 238 219 215 -
CMYK 0 0.08 0.10 0.07
HSL 10.43º 0.4% 0.89% -
HSV(B) 10.43º 0.1% 0.93% -
XYZ 72.86 73.75 74.68 -
YUV 224.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 238 219 215 0 0.08 0.10 0.07 10.43 0.4 0.89
Hex EE DB D7 0 8 A 7 A 28 59
Octal 356 333 327 0 10 12 7 12 50 131
Binary 11101110 11011011 11010111 0 1000 1010 111 1010 101000 1011001

Color Harmonies of #EEDBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBD7

Black with #EEDBD7

Text Example


Text Example

White with #EEDBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBD7; }

 p { color: rgb(238,219,215); }

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

background-color css

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

 a { background-color: rgb(238,219,215); }

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

border-color css

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

 span { border-color: rgb(238,219,215); }

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