Html Css Color HEX #EBDFE4 Amour

📋 copy color: '#EBDFE4'

red 235 ◦ green 223 ◦ blue 228

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

Shades of Amour #EBDFE4

Tints of Amour #EBDFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.24%

R = 34.26%
G = 32.51%
B = 33.24%

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

#EBDFE4 (or 0xEBDFE4) is known color: Amour. HEX triplet: EB, DF and E4. RGB value is (235,223,228). Sum of RGB (Red+Green+Blue) = 235+223+228=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFE4 is #14201B. Grayscale: #E3E3E3. Windows color (decimal): -1318940 or 14999531. OLE color: 14999531.

HSL color Cylindrical-coordinate representation of color #EBDFE4: hue angle of 335º 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 #EBDFE4 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 228 -
CMYK 0 0.05 0.03 0.08
HSL 335º 0.23% 0.9% -
HSV(B) 335º 0.05% 0.92% -
XYZ 74.65 76.04 84.14 -
YUV 227.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 235 223 228 0 0.05 0.03 0.08 335 0.23 0.9
Hex EB DF E4 0 5 3 8 14F 17 5A
Octal 353 337 344 0 5 3 10 517 27 132
Binary 11101011 11011111 11100100 0 101 11 1000 101001111 10111 1011010

Color Harmonies of #EBDFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDFE4

Black with #EBDFE4

Text Example


Text Example

White with #EBDFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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