#EBD0D6

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

Shades of Pale Rose #EBD0D6

Tints of Pale Rose #EBD0D6

Color information

#EBD0D6 (or 0xEBD0D6) is unknown color: approx Pale Rose. HEX triplet: EB, D0 and D6. RGB value is (235,208,214). Sum of RGB (Red+Green+Blue) = 235+208+214=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0D6 is #142F29. Grayscale: #D8D8D8. Windows color (decimal): -1322794 or 14078187. OLE color: 14078187.

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

Color convert

RGB235208214-
CMYK00.110.090.08
HSL346.67º40.3%86.86%-
HSV(B)346.67º11.49%92.16%-
XYZ68.9567.6373.04-
YUV216.76126.45141.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 208 (81.64% from 255) = 31.66%
BLUE value IS 214 (83.98% from 255) = 32.57%
R=35.77%
G=31.66%
B=32.57%

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
Decimal23520821400.110.090.08346.6740.386.86
HexEBD0D60B9815b2857
Octal353320326013111053350127
Binary11101011110100001101011001011100110001010110111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0D6; }

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

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

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

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

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

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

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

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