Html Css Color HEX #EFE1DD Remy

📋 copy color: '#EFE1DD'

red 239 ◦ green 225 ◦ blue 221

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

Shades of Remy #EFE1DD

Tints of Remy #EFE1DD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.85%

 BLUE value IS 221 (86.72% from 255) = 32.26%

R = 34.89%
G = 32.85%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFE1DD (or 0xEFE1DD) is known color: Remy. HEX triplet: EF, E1 and DD. RGB value is (239,225,221). Sum of RGB (Red+Green+Blue) = 239+225+221=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1DD is #101E22. Grayscale: #E4E4E4. Windows color (decimal): -1056291 or 14541295. OLE color: 14541295.

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

Color convert

RGB 239 225 221 -
CMYK 0 0.06 0.08 0.06
HSL 13.33º 0.36% 0.9% -
HSV(B) 13.33º 0.08% 0.94% -
XYZ 75.57 77.42 79.37 -
YUV 228.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 239 225 221 0 0.06 0.08 0.06 13.33 0.36 0.9
Hex EF E1 DD 0 6 8 6 D 24 5A
Octal 357 341 335 0 6 10 6 15 44 132
Binary 11101111 11100001 11011101 0 110 1000 110 1101 100100 1011010

Color Harmonies of #EFE1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1DD

Black with #EFE1DD

Text Example


Text Example

White with #EFE1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1DD; }

 p { color: rgb(239,225,221); }

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

background-color css

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

 a { background-color: rgb(239,225,221); }

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

border-color css

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

 span { border-color: rgb(239,225,221); }

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