#EBD7DF

Color #EBD7DF Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #EBD7DF

Tints of Prim #EBD7DF

Color information

#EBD7DF (or 0xEBD7DF) is unknown color: approx Prim. HEX triplet: EB, D7 and DF. RGB value is (235,215,223). Sum of RGB (Red+Green+Blue) = 235+215+223=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7DF is #142820. Grayscale: #DDDDDD. Windows color (decimal): -1320993 or 14669803. OLE color: 14669803.

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

Color convert

RGB235215223-
CMYK00.090.050.08
HSL336º33.33%88.24%-
HSV(B)336º8.51%92.16%-
XYZ71.8871.5979.84-
YUV221.89128.63137.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 215 (84.38% from 255) = 31.95%
BLUE value IS 223 (87.5% from 255) = 33.14%
R=34.92%
G=31.95%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521522300.090.050.0833633.3388.24
HexEBD7DF09581502158
Octal35332733701151052041130
Binary1110101111010111110111110100110110001010100001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7DF; }

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

 H1.HeaderClassName
 {
   color: #EBD7DF;
 }
 .AnyTagClassName
 {
   color: #EBD7DF;
 }
</style>
background-color css

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

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

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

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

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

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