#EBD6D7

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

Shades of Pale Rose #EBD6D7

Tints of Pale Rose #EBD6D7

Color information

#EBD6D7 (or 0xEBD6D7) is unknown color: approx Pale Rose. HEX triplet: EB, D6 and D7. RGB value is (235,214,215). Sum of RGB (Red+Green+Blue) = 235+214+215=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6D7 is #142928. Grayscale: #DCDCDC. Windows color (decimal): -1321257 or 14145259. OLE color: 14145259.

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

Color convert

RGB235214215-
CMYK00.090.090.08
HSL357.14º34.43%88.04%-
HSV(B)357.14º8.94%92.16%-
XYZ70.5770.6674.21-
YUV220.39124.96138.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 214 (83.98% from 255) = 32.23%
BLUE value IS 215 (84.38% from 255) = 32.38%
R=35.39%
G=32.23%
B=32.38%

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
Decimal23521421500.090.090.08357.1434.4388.04
HexEBD6D709981652258
Octal353326327011111054542130
Binary11101011110101101101011101001100110001011001011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6D7; }

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

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

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

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

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

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

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

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