#EBD7D8

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

Shades of Pale Rose #EBD7D8

Tints of Pale Rose #EBD7D8

Color information

#EBD7D8 (or 0xEBD7D8) is unknown color: approx Pale Rose. HEX triplet: EB, D7 and D8. RGB value is (235,215,216). Sum of RGB (Red+Green+Blue) = 235+215+216=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 216 (84.77% from 255 or 32.43% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7D8 is #142827. Grayscale: #DDDDDD. Windows color (decimal): -1321000 or 14211051. OLE color: 14211051.

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

Color convert

RGB235215216-
CMYK00.090.080.08
HSL357º33.33%88.24%-
HSV(B)357º8.51%92.16%-
XYZ70.9671.2274.97-
YUV221.09125.13137.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 215 (84.38% from 255) = 32.28%
BLUE value IS 216 (84.77% from 255) = 32.43%
R=35.29%
G=32.28%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521521600.090.080.0835733.3388.24
HexEBD7D809881652158
Octal353327330011101054541130
Binary11101011110101111101100001001100010001011001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7D8; }

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

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

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

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

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

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

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

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