#EBD5D8

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

Shades of Pale Rose #EBD5D8

Tints of Pale Rose #EBD5D8

Color information

#EBD5D8 (or 0xEBD5D8) is unknown color: approx Pale Rose. HEX triplet: EB, D5 and D8. RGB value is (235,213,216). Sum of RGB (Red+Green+Blue) = 235+213+216=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5D8 is #142A27. Grayscale: #DBDBDB. Windows color (decimal): -1321512 or 14210539. OLE color: 14210539.

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

Color convert

RGB235213216-
CMYK00.090.080.08
HSL351.82º35.48%87.84%-
HSV(B)351.82º9.36%92.16%-
XYZ70.4570.2174.8-
YUV219.92125.79138.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 213 (83.59% from 255) = 32.08%
BLUE value IS 216 (84.77% from 255) = 32.53%
R=35.39%
G=32.08%
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
Decimal23521321600.090.080.08351.8235.4887.84
HexEBD5D809881602358
Octal353325330011101054043130
Binary11101011110101011101100001001100010001011000001000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5D8; }

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

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

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

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

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

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

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

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