Html Css Color HEX #EFDDE3 Amour

📋 copy color: '#EFDDE3'

red 239 ◦ green 221 ◦ blue 227

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

Shades of Amour #EFDDE3

Tints of Amour #EFDDE3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.17%

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

R = 34.79%
G = 32.17%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFDDE3 (or 0xEFDDE3) is known color: Amour. HEX triplet: EF, DD and E3. RGB value is (239,221,227). Sum of RGB (Red+Green+Blue) = 239+221+227=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDE3 is #10221C. Grayscale: #E3E3E3. Windows color (decimal): -1057309 or 14933487. OLE color: 14933487.

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

Color convert

RGB 239 221 227 -
CMYK 0 0.08 0.05 0.06
HSL 340º 0.36% 0.9% -
HSV(B) 340º 0.08% 0.94% -
XYZ 75.32 75.61 83.3 -
YUV 227.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 239 221 227 0 0.08 0.05 0.06 340 0.36 0.9
Hex EF DD E3 0 8 5 6 154 24 5A
Octal 357 335 343 0 10 5 6 524 44 132
Binary 11101111 11011101 11100011 0 1000 101 110 101010100 100100 1011010

Color Harmonies of #EFDDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDE3

Black with #EFDDE3

Text Example


Text Example

White with #EFDDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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