Html Css Color HEX #EEDFDC Remy

📋 copy color: '#EEDFDC'

red 238 ◦ green 223 ◦ blue 220

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

Shades of Remy #EEDFDC

Tints of Remy #EEDFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.75%

 BLUE value IS 220 (86.33% from 255) = 32.31%

R = 34.95%
G = 32.75%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEDFDC (or 0xEEDFDC) is known color: Remy. HEX triplet: EE, DF and DC. RGB value is (238,223,220). Sum of RGB (Red+Green+Blue) = 238+223+220=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFDC is #112023. Grayscale: #E3E3E3. Windows color (decimal): -1122340 or 14475246. OLE color: 14475246.

HSL color Cylindrical-coordinate representation of color #EEDFDC: hue angle of 10º degrees, saturation: 0.35, 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 #EEDFDC is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 220 -
CMYK 0 0.06 0.08 0.07
HSL 10º 0.35% 0.9% -
HSV(B) 10º 0.08% 0.93% -
XYZ 74.57 76.12 78.47 -
YUV 227.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 238 223 220 0 0.06 0.08 0.07 10 0.35 0.9
Hex EE DF DC 0 6 8 7 A 23 5A
Octal 356 337 334 0 6 10 7 12 43 132
Binary 11101110 11011111 11011100 0 110 1000 111 1010 100011 1011010

Color Harmonies of #EEDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFDC

Black with #EEDFDC

Text Example


Text Example

White with #EEDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFDC; }

 p { color: rgb(238,223,220); }

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

background-color css

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

 a { background-color: rgb(238,223,220); }

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

border-color css

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

 span { border-color: rgb(238,223,220); }

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