#EBD4D7

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

Shades of Pale Rose #EBD4D7

Tints of Pale Rose #EBD4D7

Color information

#EBD4D7 (or 0xEBD4D7) is unknown color: approx Pale Rose. HEX triplet: EB, D4 and D7. RGB value is (235,212,215). Sum of RGB (Red+Green+Blue) = 235+212+215=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4D7 is #142B28. Grayscale: #DBDBDB. Windows color (decimal): -1321769 or 14144747. OLE color: 14144747.

HSL color Cylindrical-coordinate representation of color #EBD4D7: hue angle of 352.17º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD4D7 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235212215-
CMYK00.100.090.08
HSL352.17º36.51%87.65%-
HSV(B)352.17º9.79%92.16%-
XYZ70.0769.6674.04-
YUV219.22125.62139.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 212 (83.20% from 255) = 32.02%
BLUE value IS 215 (84.38% from 255) = 32.48%
R=35.50%
G=32.02%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521221500.100.090.08352.1736.5187.65
HexEBD4D70A981602558
Octal353324327012111054045130
Binary11101011110101001101011101010100110001011000001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4D7; }

 p { color: rgb(235,212,215); }

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

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

 a { background-color: rgb(235,212,215); }

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

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

 span { border-color: rgb(235,212,215); }

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