Html Css Color HEX #EEDEDA Remy

📋 copy color: '#EEDEDA'

red 238 ◦ green 222 ◦ blue 218

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

Shades of Remy #EEDEDA

Tints of Remy #EEDEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.74%

 BLUE value IS 218 (85.55% from 255) = 32.15%

R = 35.1%
G = 32.74%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEDEDA (or 0xEEDEDA) is known color: Remy. HEX triplet: EE, DE and DA. RGB value is (238,222,218). Sum of RGB (Red+Green+Blue) = 238+222+218=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEDA is #112125. Grayscale: #E2E2E2. Windows color (decimal): -1122598 or 14343918. OLE color: 14343918.

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

Color convert

RGB 238 222 218 -
CMYK 0 0.07 0.08 0.07
HSL 12º 0.37% 0.89% -
HSV(B) 12º 0.08% 0.93% -
XYZ 74.04 75.48 77 -
YUV 226.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 238 222 218 0 0.07 0.08 0.07 12 0.37 0.89
Hex EE DE DA 0 7 8 7 C 25 59
Octal 356 336 332 0 7 10 7 14 45 131
Binary 11101110 11011110 11011010 0 111 1000 111 1100 100101 1011001

Color Harmonies of #EEDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEDA

Black with #EEDEDA

Text Example


Text Example

White with #EEDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEDA; }

 p { color: rgb(238,222,218); }

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

background-color css

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

 a { background-color: rgb(238,222,218); }

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

border-color css

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

 span { border-color: rgb(238,222,218); }

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