Html Css Color HEX #EFDFE3 Amour

📋 copy color: '#EFDFE3'

red 239 ◦ green 223 ◦ blue 227

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

Shades of Amour #EFDFE3

Tints of Amour #EFDFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 32.95%

R = 34.69%
G = 32.37%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFDFE3 (or 0xEFDFE3) is known color: Amour. HEX triplet: EF, DF and E3. RGB value is (239,223,227). Sum of RGB (Red+Green+Blue) = 239+223+227=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 227 (89.06% from 255 or 32.95% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFE3 is #10201C. Grayscale: #E4E4E4. Windows color (decimal): -1056797 or 14933999. OLE color: 14933999.

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

Color convert

RGB 239 223 227 -
CMYK 0 0.07 0.05 0.06
HSL 345º 0.33% 0.91% -
HSV(B) 345º 0.07% 0.94% -
XYZ 75.85 76.67 83.47 -
YUV 228.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 239 223 227 0 0.07 0.05 0.06 345 0.33 0.91
Hex EF DF E3 0 7 5 6 159 21 5B
Octal 357 337 343 0 7 5 6 531 41 133
Binary 11101111 11011111 11100011 0 111 101 110 101011001 100001 1011011

Color Harmonies of #EFDFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFE3

Black with #EFDFE3

Text Example


Text Example

White with #EFDFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFE3; }

 p { color: rgb(239,223,227); }

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

background-color css

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

 a { background-color: rgb(239,223,227); }

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

border-color css

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

 span { border-color: rgb(239,223,227); }

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