Html Css Color HEX #EED9D6 Remy

📋 copy color: '#EED9D6'

red 238 ◦ green 217 ◦ blue 214

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

Shades of Remy #EED9D6

Tints of Remy #EED9D6

RGB

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

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

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

R = 35.58%
G = 32.44%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EED9D6 (or 0xEED9D6) is known color: Remy. HEX triplet: EE, D9 and D6. RGB value is (238,217,214). Sum of RGB (Red+Green+Blue) = 238+217+214=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9D6 is #112629. Grayscale: #DEDEDE. Windows color (decimal): -1123882 or 14080494. OLE color: 14080494.

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

Color convert

RGB 238 217 214 -
CMYK 0 0.09 0.10 0.07
HSL 7.5º 0.41% 0.89% -
HSV(B) 7.5º 0.1% 0.93% -
XYZ 72.21 72.66 73.84 -
YUV 222.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 238 217 214 0 0.09 0.10 0.07 7.5 0.41 0.89
Hex EE D9 D6 0 9 A 7 8 29 59
Octal 356 331 326 0 11 12 7 10 51 131
Binary 11101110 11011001 11010110 0 1001 1010 111 1000 101001 1011001

Color Harmonies of #EED9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9D6

Black with #EED9D6

Text Example


Text Example

White with #EED9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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