#EBD3DA

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

Shades of Pale Rose #EBD3DA

Tints of Pale Rose #EBD3DA

Color information

#EBD3DA (or 0xEBD3DA) is unknown color: approx Pale Rose. HEX triplet: EB, D3 and DA. RGB value is (235,211,218). Sum of RGB (Red+Green+Blue) = 235+211+218=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3DA is #142C25. Grayscale: #DADADA. Windows color (decimal): -1322022 or 14341099. OLE color: 14341099.

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

Color convert

RGB235211218-
CMYK00.100.070.08
HSL342.5º37.5%87.45%-
HSV(B)342.5º10.21%92.16%-
XYZ70.2169.3176.01-
YUV218.97127.45139.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 211 (82.81% from 255) = 31.78%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=35.39%
G=31.78%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521121800.100.070.08342.537.587.45
HexEBD3DA0A781562657
Octal35332333201271052646127
Binary1110101111010011110110100101011110001010101101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3DA; }

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

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

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

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

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

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

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

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