#EBD1DA

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

Shades of Prim #EBD1DA

Tints of Prim #EBD1DA

Color information

#EBD1DA (or 0xEBD1DA) is unknown color: approx Prim. HEX triplet: EB, D1 and DA. RGB value is (235,209,218). Sum of RGB (Red+Green+Blue) = 235+209+218=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1DA is #142E25. Grayscale: #D9D9D9. Windows color (decimal): -1322534 or 14340587. OLE color: 14340587.

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

Color convert

RGB235209218-
CMYK00.110.070.08
HSL339.23º39.39%87.06%-
HSV(B)339.23º11.06%92.16%-
XYZ69.7268.3375.84-
YUV217.8128.11140.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 209 (82.03% from 255) = 31.57%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=35.50%
G=31.57%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520921800.110.070.08339.2339.3987.06
HexEBD1DA0B781532757
Octal35332133201371052347127
Binary1110101111010001110110100101111110001010100111001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1DA; }

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

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

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

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

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

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

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

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