Html Css Color HEX #EBDDE2 Amour

📋 copy color: '#EBDDE2'

red 235 ◦ green 221 ◦ blue 226

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

Shades of Amour #EBDDE2

Tints of Amour #EBDDE2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.4%

 BLUE value IS 226 (88.67% from 255) = 33.14%

R = 34.46%
G = 32.4%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBDDE2 (or 0xEBDDE2) is known color: Amour. HEX triplet: EB, DD and E2. RGB value is (235,221,226). Sum of RGB (Red+Green+Blue) = 235+221+226=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDE2 is #14221D. Grayscale: #E1E1E1. Windows color (decimal): -1319454 or 14867947. OLE color: 14867947.

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

Color convert

RGB 235 221 226 -
CMYK 0 0.06 0.04 0.08
HSL 338.57º 0.26% 0.89% -
HSV(B) 338.57º 0.06% 0.92% -
XYZ 73.84 74.87 82.51 -
YUV 225.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 235 221 226 0 0.06 0.04 0.08 338.57 0.26 0.89
Hex EB DD E2 0 6 4 8 153 1A 59
Octal 353 335 342 0 6 4 10 523 32 131
Binary 11101011 11011101 11100010 0 110 100 1000 101010011 11010 1011001

Color Harmonies of #EBDDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDE2

Black with #EBDDE2

Text Example


Text Example

White with #EBDDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDE2; }

 p { color: rgb(235,221,226); }

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

background-color css

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

 a { background-color: rgb(235,221,226); }

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

border-color css

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

 span { border-color: rgb(235,221,226); }

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