#EBD0DA

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

Shades of Prim #EBD0DA

Tints of Prim #EBD0DA

Color information

#EBD0DA (or 0xEBD0DA) is unknown color: approx Prim. HEX triplet: EB, D0 and DA. RGB value is (235,208,218). Sum of RGB (Red+Green+Blue) = 235+208+218=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0DA is #142F25. Grayscale: #D9D9D9. Windows color (decimal): -1322790 or 14340331. OLE color: 14340331.

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

Color convert

RGB235208218-
CMYK00.110.070.08
HSL337.78º40.3%86.86%-
HSV(B)337.78º11.49%92.16%-
XYZ69.4767.8475.76-
YUV217.21128.45140.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 208 (81.64% from 255) = 31.47%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=35.55%
G=31.47%
B=32.98%

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
Decimal23520821800.110.070.08337.7840.386.86
HexEBD0DA0B781522857
Octal35332033201371052250127
Binary1110101111010000110110100101111110001010100101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0DA; }

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

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

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

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

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

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

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

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