#EBD7D9

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

Shades of Pale Rose #EBD7D9

Tints of Pale Rose #EBD7D9

Color information

#EBD7D9 (or 0xEBD7D9) is unknown color: approx Pale Rose. HEX triplet: EB, D7 and D9. RGB value is (235,215,217). Sum of RGB (Red+Green+Blue) = 235+215+217=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7D9 is #142826. Grayscale: #DDDDDD. Windows color (decimal): -1320999 or 14276587. OLE color: 14276587.

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

Color convert

RGB235215217-
CMYK00.090.080.08
HSL354º33.33%88.24%-
HSV(B)354º8.51%92.16%-
XYZ71.0971.2775.66-
YUV221.21125.63137.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 215 (84.38% from 255) = 32.23%
BLUE value IS 217 (85.16% from 255) = 32.53%
R=35.23%
G=32.23%
B=32.53%

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
Decimal23521521700.090.080.0835433.3388.24
HexEBD7D909881622158
Octal353327331011101054241130
Binary11101011110101111101100101001100010001011000101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7D9; }

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

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

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

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

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

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

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

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