#EBD5D9

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

Shades of Pale Rose #EBD5D9

Tints of Pale Rose #EBD5D9

Color information

#EBD5D9 (or 0xEBD5D9) is unknown color: approx Pale Rose. HEX triplet: EB, D5 and D9. RGB value is (235,213,217). Sum of RGB (Red+Green+Blue) = 235+213+217=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5D9 is #142A26. Grayscale: #DCDCDC. Windows color (decimal): -1321511 or 14276075. OLE color: 14276075.

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

Color convert

RGB235213217-
CMYK00.090.080.08
HSL349.09º35.48%87.84%-
HSV(B)349.09º9.36%92.16%-
XYZ70.5870.2675.49-
YUV220.03126.29138.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 213 (83.59% from 255) = 32.03%
BLUE value IS 217 (85.16% from 255) = 32.63%
R=35.34%
G=32.03%
B=32.63%

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
Decimal23521321700.090.080.08349.0935.4887.84
HexEBD5D9098815d2358
Octal353325331011101053543130
Binary11101011110101011101100101001100010001010111011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5D9; }

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

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

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

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

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

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

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

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