#EBD1D8

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

Shades of Pale Rose #EBD1D8

Tints of Pale Rose #EBD1D8

Color information

#EBD1D8 (or 0xEBD1D8) is unknown color: approx Pale Rose. HEX triplet: EB, D1 and D8. RGB value is (235,209,216). Sum of RGB (Red+Green+Blue) = 235+209+216=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1D8 is #142E27. Grayscale: #D9D9D9. Windows color (decimal): -1322536 or 14209515. OLE color: 14209515.

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

Color convert

RGB235209216-
CMYK00.110.080.08
HSL343.85º39.39%87.06%-
HSV(B)343.85º11.06%92.16%-
XYZ69.4668.2274.47-
YUV217.57127.11140.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 209 (82.03% from 255) = 31.67%
BLUE value IS 216 (84.77% from 255) = 32.73%
R=35.61%
G=31.67%
B=32.73%

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
Decimal23520921600.110.080.08343.8539.3987.06
HexEBD1D80B881582757
Octal353321330013101053047127
Binary11101011110100011101100001011100010001010110001001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1D8; }

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

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

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

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

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

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

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

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