Html Css Color HEX #EDE8EB Amour

📋 copy color: '#EDE8EB'

red 237 ◦ green 232 ◦ blue 235

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

Shades of Amour #EDE8EB

Tints of Amour #EDE8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.95%

 BLUE value IS 235 (92.19% from 255) = 33.38%

R = 33.66%
G = 32.95%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDE8EB (or 0xEDE8EB) is known color: Amour. HEX triplet: ED, E8 and EB. RGB value is (237,232,235). Sum of RGB (Red+Green+Blue) = 237+232+235=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 232 (91.02% from 255 or 32.95% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8EB is #121714. Grayscale: #E9E9E9. Windows color (decimal): -1185557 or 15460589. OLE color: 15460589.

HSL color Cylindrical-coordinate representation of color #EDE8EB: hue angle of 324º degrees, saturation: 0.12, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDE8EB is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 235 -
CMYK 0 0.02 0.01 0.07
HSL 324º 0.12% 0.92% -
HSV(B) 324º 0.02% 0.93% -
XYZ 78.78 81.72 90.22 -
YUV 233.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 237 232 235 0 0.02 0.01 0.07 324 0.12 0.92
Hex ED E8 EB 0 2 1 7 144 C 5C
Octal 355 350 353 0 2 1 7 504 14 134
Binary 11101101 11101000 11101011 0 10 1 111 101000100 1100 1011100

Color Harmonies of #EDE8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8EB

Black with #EDE8EB

Text Example


Text Example

White with #EDE8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE8EB; }

 p { color: rgb(237,232,235); }

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

background-color css

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

 a { background-color: rgb(237,232,235); }

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

border-color css

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

 span { border-color: rgb(237,232,235); }

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