#EBD1D6

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

Shades of Pale Rose #EBD1D6

Tints of Pale Rose #EBD1D6

Color information

#EBD1D6 (or 0xEBD1D6) is unknown color: approx Pale Rose. HEX triplet: EB, D1 and D6. RGB value is (235,209,214). Sum of RGB (Red+Green+Blue) = 235+209+214=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1D6 is #142E29. Grayscale: #D9D9D9. Windows color (decimal): -1322538 or 14078443. OLE color: 14078443.

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

Color convert

RGB235209214-
CMYK00.110.090.08
HSL348.46º39.39%87.06%-
HSV(B)348.46º11.06%92.16%-
XYZ69.268.1273.12-
YUV217.34126.11140.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 209 (82.03% from 255) = 31.76%
BLUE value IS 214 (83.98% from 255) = 32.52%
R=35.71%
G=31.76%
B=32.52%

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
Decimal23520921400.110.090.08348.4639.3987.06
HexEBD1D60B9815c2757
Octal353321326013111053447127
Binary11101011110100011101011001011100110001010111001001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1D6; }

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

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

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

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

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

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

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

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