Html Css Color HEX #EBDEE3 Amour

📋 copy color: '#EBDEE3'

red 235 ◦ green 222 ◦ blue 227

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

Shades of Amour #EBDEE3

Tints of Amour #EBDEE3

RGB

 RED value IS 235 (92.19% from 255) = 34.36%

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

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

R = 34.36%
G = 32.46%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBDEE3 (or 0xEBDEE3) is known color: Amour. HEX triplet: EB, DE and E3. RGB value is (235,222,227). Sum of RGB (Red+Green+Blue) = 235+222+227=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEE3 is #14211C. Grayscale: #E2E2E2. Windows color (decimal): -1319197 or 14933739. OLE color: 14933739.

HSL color Cylindrical-coordinate representation of color #EBDEE3: hue angle of 336.92º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDEE3 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 222 227 -
CMYK 0 0.06 0.03 0.08
HSL 336.92º 0.25% 0.9% -
HSV(B) 336.92º 0.06% 0.92% -
XYZ 74.25 75.45 83.32 -
YUV 226.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 235 222 227 0 0.06 0.03 0.08 336.92 0.25 0.9
Hex EB DE E3 0 6 3 8 151 19 5A
Octal 353 336 343 0 6 3 10 521 31 132
Binary 11101011 11011110 11100011 0 110 11 1000 101010001 11001 1011010

Color Harmonies of #EBDEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDEE3

Black with #EBDEE3

Text Example


Text Example

White with #EBDEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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