#EBD0D5

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

Shades of Pale Rose #EBD0D5

Tints of Pale Rose #EBD0D5

Color information

#EBD0D5 (or 0xEBD0D5) is unknown color: approx Pale Rose. HEX triplet: EB, D0 and D5. RGB value is (235,208,213). Sum of RGB (Red+Green+Blue) = 235+208+213=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0D5 is #142F2A. Grayscale: #D8D8D8. Windows color (decimal): -1322795 or 14012651. OLE color: 14012651.

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

Color convert

RGB235208213-
CMYK00.110.090.08
HSL348.89º40.3%86.86%-
HSV(B)348.89º11.49%92.16%-
XYZ68.8367.5872.37-
YUV216.64125.95141.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 208 (81.64% from 255) = 31.71%
BLUE value IS 213 (83.59% from 255) = 32.47%
R=35.82%
G=31.71%
B=32.47%

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
Decimal23520821300.110.090.08348.8940.386.86
HexEBD0D50B9815d2857
Octal353320325013111053550127
Binary11101011110100001101010101011100110001010111011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0D5; }

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

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

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

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

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

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

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

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