Html Css Color HEX #EFDFE6 Amour

📋 copy color: '#EFDFE6'

red 239 ◦ green 223 ◦ blue 230

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

Shades of Amour #EFDFE6

Tints of Amour #EFDFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.24%

R = 34.54%
G = 32.23%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFDFE6 (or 0xEFDFE6) is known color: Amour. HEX triplet: EF, DF and E6. RGB value is (239,223,230). Sum of RGB (Red+Green+Blue) = 239+223+230=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFE6 is #102019. Grayscale: #E4E4E4. Windows color (decimal): -1056794 or 15130607. OLE color: 15130607.

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

Color convert

RGB 239 223 230 -
CMYK 0 0.07 0.04 0.06
HSL 333.75º 0.33% 0.91% -
HSV(B) 333.75º 0.07% 0.94% -
XYZ 76.27 76.84 85.67 -
YUV 228.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 239 223 230 0 0.07 0.04 0.06 333.75 0.33 0.91
Hex EF DF E6 0 7 4 6 14E 21 5B
Octal 357 337 346 0 7 4 6 516 41 133
Binary 11101111 11011111 11100110 0 111 100 110 101001110 100001 1011011

Color Harmonies of #EFDFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFE6

Black with #EFDFE6

Text Example


Text Example

White with #EFDFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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