Html Css Color HEX #EFDEE3 Amour

📋 copy color: '#EFDEE3'

red 239 ◦ green 222 ◦ blue 227

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

Shades of Amour #EFDEE3

Tints of Amour #EFDEE3

RGB

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

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

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

R = 34.74%
G = 32.27%
B = 32.99%

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

#EFDEE3 (or 0xEFDEE3) is known color: Amour. HEX triplet: EF, DE and E3. RGB value is (239,222,227). Sum of RGB (Red+Green+Blue) = 239+222+227=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 227 (89.06% from 255 or 32.99% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEE3 is #10211C. Grayscale: #E3E3E3. Windows color (decimal): -1057053 or 14933743. OLE color: 14933743.

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

Color convert

RGB 239 222 227 -
CMYK 0 0.07 0.05 0.06
HSL 342.35º 0.35% 0.9% -
HSV(B) 342.35º 0.07% 0.94% -
XYZ 75.58 76.14 83.39 -
YUV 227.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 239 222 227 0 0.07 0.05 0.06 342.35 0.35 0.9
Hex EF DE E3 0 7 5 6 156 23 5A
Octal 357 336 343 0 7 5 6 526 43 132
Binary 11101111 11011110 11100011 0 111 101 110 101010110 100011 1011010

Color Harmonies of #EFDEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEE3

Black with #EFDEE3

Text Example


Text Example

White with #EFDEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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