Html Css Color HEX #EFDEDA Remy

📋 copy color: '#EFDEDA'

red 239 ◦ green 222 ◦ blue 218

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

Shades of Remy #EFDEDA

Tints of Remy #EFDEDA

RGB

 RED value IS 239 (93.75% from 255) = 35.2%

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

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

R = 35.2%
G = 32.7%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFDEDA (or 0xEFDEDA) is known color: Remy. HEX triplet: EF, DE and DA. RGB value is (239,222,218). Sum of RGB (Red+Green+Blue) = 239+222+218=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEDA is #102125. Grayscale: #E2E2E2. Windows color (decimal): -1057062 or 14343919. OLE color: 14343919.

HSL color Cylindrical-coordinate representation of color #EFDEDA: hue angle of 11.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDEDA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 222 218 -
CMYK 0 0.07 0.09 0.06
HSL 11.43º 0.4% 0.9% -
HSV(B) 11.43º 0.09% 0.94% -
XYZ 74.37 75.66 77.01 -
YUV 226.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 239 222 218 0 0.07 0.09 0.06 11.43 0.4 0.9
Hex EF DE DA 0 7 9 6 B 28 5A
Octal 357 336 332 0 7 11 6 13 50 132
Binary 11101111 11011110 11011010 0 111 1001 110 1011 101000 1011010

Color Harmonies of #EFDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEDA

Black with #EFDEDA

Text Example


Text Example

White with #EFDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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