#EBD7DD

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

Shades of Pale Rose #EBD7DD

Tints of Pale Rose #EBD7DD

Color information

#EBD7DD (or 0xEBD7DD) is unknown color: approx Pale Rose. HEX triplet: EB, D7 and DD. RGB value is (235,215,221). Sum of RGB (Red+Green+Blue) = 235+215+221=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7DD is #142822. Grayscale: #DDDDDD. Windows color (decimal): -1320995 or 14538731. OLE color: 14538731.

HSL color Cylindrical-coordinate representation of color #EBD7DD: hue angle of 342º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD7DD is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235215221-
CMYK00.090.060.08
HSL342º33.33%88.24%-
HSV(B)342º8.51%92.16%-
XYZ71.6171.4878.43-
YUV221.66127.63137.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 215 (84.38% from 255) = 32.04%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=35.02%
G=32.04%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521522100.090.060.0834233.3388.24
HexEBD7DD09681562158
Octal35332733501161052641130
Binary1110101111010111110111010100111010001010101101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7DD; }

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

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

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

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

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

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

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

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