#EBD0D8

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

Shades of Pink Lace #EBD0D8

Tints of Pink Lace #EBD0D8

Color information

#EBD0D8 (or 0xEBD0D8) is unknown color: approx Pink Lace. HEX triplet: EB, D0 and D8. RGB value is (235,208,216). Sum of RGB (Red+Green+Blue) = 235+208+216=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0D8 is #142F27. Grayscale: #D8D8D8. Windows color (decimal): -1322792 or 14209259. OLE color: 14209259.

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

Color convert

RGB235208216-
CMYK00.110.080.08
HSL342.22º40.3%86.86%-
HSV(B)342.22º11.49%92.16%-
XYZ69.2167.7374.39-
YUV216.98127.45140.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 216 (84.77% from 255) = 32.78%
R=35.66%
G=31.56%
B=32.78%

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
Decimal23520821600.110.080.08342.2240.386.86
HexEBD0D80B881562857
Octal353320330013101052650127
Binary11101011110100001101100001011100010001010101101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0D8; }

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

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

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

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

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

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

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

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