Html Css Color HEX #EBDFE5 Amour

📋 copy color: '#EBDFE5'

red 235 ◦ green 223 ◦ blue 229

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

Shades of Amour #EBDFE5

Tints of Amour #EBDFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.33%

R = 34.21%
G = 32.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBDFE5 (or 0xEBDFE5) is known color: Amour. HEX triplet: EB, DF and E5. RGB value is (235,223,229). Sum of RGB (Red+Green+Blue) = 235+223+229=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFE5 is #14201A. Grayscale: #E3E3E3. Windows color (decimal): -1318939 or 15065067. OLE color: 15065067.

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

Color convert

RGB 235 223 229 -
CMYK 0 0.05 0.03 0.08
HSL 330º 0.23% 0.9% -
HSV(B) 330º 0.05% 0.92% -
XYZ 74.79 76.09 84.87 -
YUV 227.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 235 223 229 0 0.05 0.03 0.08 330 0.23 0.9
Hex EB DF E5 0 5 3 8 14A 17 5A
Octal 353 337 345 0 5 3 10 512 27 132
Binary 11101011 11011111 11100101 0 101 11 1000 101001010 10111 1011010

Color Harmonies of #EBDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDFE5

Black with #EBDFE5

Text Example


Text Example

White with #EBDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDFE5; }

 p { color: rgb(235,223,229); }

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

background-color css

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

 a { background-color: rgb(235,223,229); }

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

border-color css

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

 span { border-color: rgb(235,223,229); }

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