#EBD1D7

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

Shades of Pale Rose #EBD1D7

Tints of Pale Rose #EBD1D7

Color information

#EBD1D7 (or 0xEBD1D7) is unknown color: approx Pale Rose. HEX triplet: EB, D1 and D7. RGB value is (235,209,215). Sum of RGB (Red+Green+Blue) = 235+209+215=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1D7 is #142E28. Grayscale: #D9D9D9. Windows color (decimal): -1322537 or 14143979. OLE color: 14143979.

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

Color convert

RGB235209215-
CMYK00.110.090.08
HSL346.15º39.39%87.06%-
HSV(B)346.15º11.06%92.16%-
XYZ69.3368.1773.79-
YUV217.46126.61140.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 209 (82.03% from 255) = 31.71%
BLUE value IS 215 (84.38% from 255) = 32.63%
R=35.66%
G=31.71%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520921500.110.090.08346.1539.3987.06
HexEBD1D70B9815a2757
Octal353321327013111053247127
Binary11101011110100011101011101011100110001010110101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1D7; }

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

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

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

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

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

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

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

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