Html Css Color HEX #EDDFE4 Amour

📋 copy color: '#EDDFE4'

red 237 ◦ green 223 ◦ blue 228

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

Shades of Amour #EDDFE4

Tints of Amour #EDDFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.14%

R = 34.45%
G = 32.41%
B = 33.14%

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

#EDDFE4 (or 0xEDDFE4) is known color: Amour. HEX triplet: ED, DF and E4. RGB value is (237,223,228). Sum of RGB (Red+Green+Blue) = 237+223+228=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 228 (89.45% from 255 or 33.14% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFE4 is #12201B. Grayscale: #E3E3E3. Windows color (decimal): -1187868 or 14999533. OLE color: 14999533.

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

Color convert

RGB 237 223 228 -
CMYK 0 0.06 0.04 0.07
HSL 338.57º 0.28% 0.9% -
HSV(B) 338.57º 0.06% 0.93% -
XYZ 75.32 76.38 84.17 -
YUV 227.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 237 223 228 0 0.06 0.04 0.07 338.57 0.28 0.9
Hex ED DF E4 0 6 4 7 153 1C 5A
Octal 355 337 344 0 6 4 7 523 34 132
Binary 11101101 11011111 11100100 0 110 100 111 101010011 11100 1011010

Color Harmonies of #EDDFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFE4

Black with #EDDFE4

Text Example


Text Example

White with #EDDFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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