Html Css Color HEX #EEDEDB Remy

📋 copy color: '#EEDEDB'

red 238 ◦ green 222 ◦ blue 219

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

Shades of Remy #EEDEDB

Tints of Remy #EEDEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.25%

R = 35.05%
G = 32.7%
B = 32.25%

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

#EEDEDB (or 0xEEDEDB) is known color: Remy. HEX triplet: EE, DE and DB. RGB value is (238,222,219). Sum of RGB (Red+Green+Blue) = 238+222+219=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEDB is #112124. Grayscale: #E2E2E2. Windows color (decimal): -1122597 or 14409454. OLE color: 14409454.

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

Color convert

RGB 238 222 219 -
CMYK 0 0.07 0.08 0.07
HSL 9.47º 0.36% 0.9% -
HSV(B) 9.47º 0.08% 0.93% -
XYZ 74.17 75.53 77.69 -
YUV 226.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 238 222 219 0 0.07 0.08 0.07 9.47 0.36 0.9
Hex EE DE DB 0 7 8 7 9 24 5A
Octal 356 336 333 0 7 10 7 11 44 132
Binary 11101110 11011110 11011011 0 111 1000 111 1001 100100 1011010

Color Harmonies of #EEDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEDB

Black with #EEDEDB

Text Example


Text Example

White with #EEDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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