#EBD2D5

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

Shades of Pale Rose #EBD2D5

Tints of Pale Rose #EBD2D5

Color information

#EBD2D5 (or 0xEBD2D5) is unknown color: approx Pale Rose. HEX triplet: EB, D2 and D5. RGB value is (235,210,213). Sum of RGB (Red+Green+Blue) = 235+210+213=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2D5 is #142D2A. Grayscale: #D9D9D9. Windows color (decimal): -1322283 or 14013163. OLE color: 14013163.

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

Color convert

RGB235210213-
CMYK00.110.090.08
HSL352.8º38.46%87.25%-
HSV(B)352.8º10.64%92.16%-
XYZ69.3268.5672.53-
YUV217.82125.28140.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 210 (82.42% from 255) = 31.91%
BLUE value IS 213 (83.59% from 255) = 32.37%
R=35.71%
G=31.91%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521021300.110.090.08352.838.4687.25
HexEBD2D50B981612657
Octal353322325013111054146127
Binary11101011110100101101010101011100110001011000011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2D5; }

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

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

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

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

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

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

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

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