Html Css Color HEX #EDDFE5 Amour

📋 copy color: '#EDDFE5'

red 237 ◦ green 223 ◦ blue 229

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

Shades of Amour #EDDFE5

Tints of Amour #EDDFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.24%

R = 34.4%
G = 32.37%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDDFE5 (or 0xEDDFE5) is known color: Amour. HEX triplet: ED, DF and E5. RGB value is (237,223,229). Sum of RGB (Red+Green+Blue) = 237+223+229=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFE5 is #12201A. Grayscale: #E3E3E3. Windows color (decimal): -1187867 or 15065069. OLE color: 15065069.

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

Color convert

RGB 237 223 229 -
CMYK 0 0.06 0.03 0.07
HSL 334.29º 0.28% 0.9% -
HSV(B) 334.29º 0.06% 0.93% -
XYZ 75.46 76.44 84.91 -
YUV 227.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 237 223 229 0 0.06 0.03 0.07 334.29 0.28 0.9
Hex ED DF E5 0 6 3 7 14E 1C 5A
Octal 355 337 345 0 6 3 7 516 34 132
Binary 11101101 11011111 11100101 0 110 11 111 101001110 11100 1011010

Color Harmonies of #EDDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFE5

Black with #EDDFE5

Text Example


Text Example

White with #EDDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFE5; }

 p { color: rgb(237,223,229); }

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

background-color css

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

 a { background-color: rgb(237,223,229); }

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

border-color css

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

 span { border-color: rgb(237,223,229); }

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