#EBD0D9

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

Shades of Prim #EBD0D9

Tints of Prim #EBD0D9

Color information

#EBD0D9 (or 0xEBD0D9) is unknown color: approx Prim. HEX triplet: EB, D0 and D9. RGB value is (235,208,217). Sum of RGB (Red+Green+Blue) = 235+208+217=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0D9 is #142F26. Grayscale: #D9D9D9. Windows color (decimal): -1322791 or 14274795. OLE color: 14274795.

HSL color Cylindrical-coordinate representation of color #EBD0D9: hue angle of 340º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD0D9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235208217-
CMYK00.110.080.08
HSL340º40.3%86.86%-
HSV(B)340º11.49%92.16%-
XYZ69.3467.7875.07-
YUV217.1127.95140.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 208 (81.64% from 255) = 31.52%
BLUE value IS 217 (85.16% from 255) = 32.88%
R=35.61%
G=31.52%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520821700.110.080.0834040.386.86
HexEBD0D90B881542857
Octal353320331013101052450127
Binary11101011110100001101100101011100010001010101001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0D9; }

 p { color: rgb(235,208,217); }

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

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

 a { background-color: rgb(235,208,217); }

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

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

 span { border-color: rgb(235,208,217); }

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