Html Css Color HEX #EFDCE2 Amour

📋 copy color: '#EFDCE2'

red 239 ◦ green 220 ◦ blue 226

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

Shades of Amour #EFDCE2

Tints of Amour #EFDCE2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.12%

 BLUE value IS 226 (88.67% from 255) = 32.99%

R = 34.89%
G = 32.12%
B = 32.99%

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

#EFDCE2 (or 0xEFDCE2) is known color: Amour. HEX triplet: EF, DC and E2. RGB value is (239,220,226). Sum of RGB (Red+Green+Blue) = 239+220+226=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCE2 is #10231D. Grayscale: #E2E2E2. Windows color (decimal): -1057566 or 14867695. OLE color: 14867695.

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

Color convert

RGB 239 220 226 -
CMYK 0 0.08 0.05 0.06
HSL 341.05º 0.37% 0.9% -
HSV(B) 341.05º 0.08% 0.94% -
XYZ 74.92 75.03 82.48 -
YUV 226.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 239 220 226 0 0.08 0.05 0.06 341.05 0.37 0.9
Hex EF DC E2 0 8 5 6 155 25 5A
Octal 357 334 342 0 10 5 6 525 45 132
Binary 11101111 11011100 11100010 0 1000 101 110 101010101 100101 1011010

Color Harmonies of #EFDCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCE2

Black with #EFDCE2

Text Example


Text Example

White with #EFDCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCE2; }

 p { color: rgb(239,220,226); }

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

background-color css

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

 a { background-color: rgb(239,220,226); }

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

border-color css

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

 span { border-color: rgb(239,220,226); }

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