Html Css Color HEX #EDEBEC Amour

📋 copy color: '#EDEBEC'

red 237 ◦ green 235 ◦ blue 236

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

Shades of Amour #EDEBEC

Tints of Amour #EDEBEC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.19%

 BLUE value IS 236 (92.58% from 255) = 33.33%

R = 33.47%
G = 33.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDEBEC (or 0xEDEBEC) is known color: Amour. HEX triplet: ED, EB and EC. RGB value is (237,235,236). Sum of RGB (Red+Green+Blue) = 237+235+236=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBEC is #121413. Grayscale: #EBEBEB. Windows color (decimal): -1184788 or 15526893. OLE color: 15526893.

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

Color convert

RGB 237 235 236 -
CMYK 0 0.01 0.00 0.07
HSL 330º 0.05% 0.93% -
HSV(B) 330º 0.01% 0.93% -
XYZ 79.77 83.48 91.27 -
YUV 235.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 237 235 236 0 0.01 0.00 0.07 330 0.05 0.93
Hex ED EB EC 0 1 0 7 14A 5 5D
Octal 355 353 354 0 1 0 7 512 5 135
Binary 11101101 11101011 11101100 0 1 0 111 101001010 101 1011101

Color Harmonies of #EDEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBEC

Black with #EDEBEC

Text Example


Text Example

White with #EDEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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