#EBD5D6

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

Shades of Pale Rose #EBD5D6

Tints of Pale Rose #EBD5D6

Color information

#EBD5D6 (or 0xEBD5D6) is unknown color: approx Pale Rose. HEX triplet: EB, D5 and D6. RGB value is (235,213,214). Sum of RGB (Red+Green+Blue) = 235+213+214=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5D6 is #142A29. Grayscale: #DBDBDB. Windows color (decimal): -1321514 or 14079467. OLE color: 14079467.

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

Color convert

RGB235213214-
CMYK00.090.090.08
HSL357.27º35.48%87.84%-
HSV(B)357.27º9.36%92.16%-
XYZ70.1970.1173.45-
YUV219.69124.79138.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 213 (83.59% from 255) = 32.18%
BLUE value IS 214 (83.98% from 255) = 32.33%
R=35.50%
G=32.18%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521321400.090.090.08357.2735.4887.84
HexEBD5D609981652358
Octal353325326011111054543130
Binary11101011110101011101011001001100110001011001011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5D6; }

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

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

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

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

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

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

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

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