Html Css Color HEX #EDDCE2 Amour

📋 copy color: '#EDDCE2'

red 237 ◦ green 220 ◦ blue 226

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

Shades of Amour #EDDCE2

Tints of Amour #EDDCE2

RGB

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

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

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

R = 34.7%
G = 32.21%
B = 33.09%

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

#EDDCE2 (or 0xEDDCE2) is known color: Amour. HEX triplet: ED, DC and E2. RGB value is (237,220,226). Sum of RGB (Red+Green+Blue) = 237+220+226=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCE2 is #12231D. Grayscale: #E1E1E1. Windows color (decimal): -1188638 or 14867693. OLE color: 14867693.

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

Color convert

RGB 237 220 226 -
CMYK 0 0.07 0.05 0.07
HSL 338.82º 0.32% 0.9% -
HSV(B) 338.82º 0.07% 0.93% -
XYZ 74.25 74.68 82.45 -
YUV 225.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 237 220 226 0 0.07 0.05 0.07 338.82 0.32 0.9
Hex ED DC E2 0 7 5 7 153 20 5A
Octal 355 334 342 0 7 5 7 523 40 132
Binary 11101101 11011100 11100010 0 111 101 111 101010011 100000 1011010

Color Harmonies of #EDDCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCE2

Black with #EDDCE2

Text Example


Text Example

White with #EDDCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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