#EBD1D9

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

Shades of Prim #EBD1D9

Tints of Prim #EBD1D9

Color information

#EBD1D9 (or 0xEBD1D9) is unknown color: approx Prim. HEX triplet: EB, D1 and D9. RGB value is (235,209,217). Sum of RGB (Red+Green+Blue) = 235+209+217=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1D9 is #142E26. Grayscale: #D9D9D9. Windows color (decimal): -1322535 or 14275051. OLE color: 14275051.

HSL color Cylindrical-coordinate representation of color #EBD1D9: hue angle of 341.54º degrees, saturation: 0.39, 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 #EBD1D9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235209217-
CMYK00.110.080.08
HSL341.54º39.39%87.06%-
HSV(B)341.54º11.06%92.16%-
XYZ69.5968.2775.16-
YUV217.69127.61140.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 209 (82.03% from 255) = 31.62%
BLUE value IS 217 (85.16% from 255) = 32.83%
R=35.55%
G=31.62%
B=32.83%

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
Decimal23520921700.110.080.08341.5439.3987.06
HexEBD1D90B881562757
Octal353321331013101052647127
Binary11101011110100011101100101011100010001010101101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1D9; }

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

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

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

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

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

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

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

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