Html Css Color HEX #EDDEE3 Amour

📋 copy color: '#EDDEE3'

red 237 ◦ green 222 ◦ blue 227

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

Shades of Amour #EDDEE3

Tints of Amour #EDDEE3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.36%

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

R = 34.55%
G = 32.36%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDDEE3 (or 0xEDDEE3) is known color: Amour. HEX triplet: ED, DE and E3. RGB value is (237,222,227). Sum of RGB (Red+Green+Blue) = 237+222+227=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEE3 is #12211C. Grayscale: #E3E3E3. Windows color (decimal): -1188125 or 14933741. OLE color: 14933741.

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

Color convert

RGB 237 222 227 -
CMYK 0 0.06 0.04 0.07
HSL 340º 0.29% 0.9% -
HSV(B) 340º 0.06% 0.93% -
XYZ 74.91 75.79 83.35 -
YUV 227.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 237 222 227 0 0.06 0.04 0.07 340 0.29 0.9
Hex ED DE E3 0 6 4 7 154 1D 5A
Octal 355 336 343 0 6 4 7 524 35 132
Binary 11101101 11011110 11100011 0 110 100 111 101010100 11101 1011010

Color Harmonies of #EDDEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEE3

Black with #EDDEE3

Text Example


Text Example

White with #EDDEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEE3; }

 p { color: rgb(237,222,227); }

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

background-color css

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

 a { background-color: rgb(237,222,227); }

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

border-color css

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

 span { border-color: rgb(237,222,227); }

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