Html Css Color HEX #EDDDE2 Amour

📋 copy color: '#EDDDE2'

red 237 ◦ green 221 ◦ blue 226

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

Shades of Amour #EDDDE2

Tints of Amour #EDDDE2

RGB

 RED value IS 237 (92.97% from 255) = 34.65%

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

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

R = 34.65%
G = 32.31%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDDDE2 (or 0xEDDDE2) is known color: Amour. HEX triplet: ED, DD and E2. RGB value is (237,221,226). Sum of RGB (Red+Green+Blue) = 237+221+226=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDE2 is #12221D. Grayscale: #E2E2E2. Windows color (decimal): -1188382 or 14867949. OLE color: 14867949.

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

Color convert

RGB 237 221 226 -
CMYK 0 0.07 0.05 0.07
HSL 341.25º 0.31% 0.9% -
HSV(B) 341.25º 0.07% 0.93% -
XYZ 74.51 75.21 82.54 -
YUV 226.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 237 221 226 0 0.07 0.05 0.07 341.25 0.31 0.9
Hex ED DD E2 0 7 5 7 155 1F 5A
Octal 355 335 342 0 7 5 7 525 37 132
Binary 11101101 11011101 11100010 0 111 101 111 101010101 11111 1011010

Color Harmonies of #EDDDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDE2

Black with #EDDDE2

Text Example


Text Example

White with #EDDDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDE2; }

 p { color: rgb(237,221,226); }

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

background-color css

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

 a { background-color: rgb(237,221,226); }

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

border-color css

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

 span { border-color: rgb(237,221,226); }

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