#EBD3D7

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

Shades of Pale Rose #EBD3D7

Tints of Pale Rose #EBD3D7

Color information

#EBD3D7 (or 0xEBD3D7) is unknown color: approx Pale Rose. HEX triplet: EB, D3 and D7. RGB value is (235,211,215). Sum of RGB (Red+Green+Blue) = 235+211+215=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3D7 is #142C28. Grayscale: #DADADA. Windows color (decimal): -1322025 or 14144491. OLE color: 14144491.

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

Color convert

RGB235211215-
CMYK00.100.090.08
HSL350º37.5%87.45%-
HSV(B)350º10.21%92.16%-
XYZ69.8269.1673.96-
YUV218.63125.95139.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 211 (82.81% from 255) = 31.92%
BLUE value IS 215 (84.38% from 255) = 32.53%
R=35.55%
G=31.92%
B=32.53%

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
Decimal23521121500.100.090.0835037.587.45
HexEBD3D70A9815e2657
Octal353323327012111053646127
Binary11101011110100111101011101010100110001010111101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3D7; }

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

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

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

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

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

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

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

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