#EBD3D5

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

Shades of Pale Rose #EBD3D5

Tints of Pale Rose #EBD3D5

Color information

#EBD3D5 (or 0xEBD3D5) is unknown color: approx Pale Rose. HEX triplet: EB, D3 and D5. RGB value is (235,211,213). Sum of RGB (Red+Green+Blue) = 235+211+213=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3D5 is #142C2A. Grayscale: #DADADA. Windows color (decimal): -1322027 or 14013419. OLE color: 14013419.

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

Color convert

RGB235211213-
CMYK00.100.090.08
HSL355º37.5%87.45%-
HSV(B)355º10.21%92.16%-
XYZ69.5769.0572.61-
YUV218.4124.95139.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 211 (82.81% from 255) = 32.02%
BLUE value IS 213 (83.59% from 255) = 32.32%
R=35.66%
G=32.02%
B=32.32%

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
Decimal23521121300.100.090.0835537.587.45
HexEBD3D50A981632657
Octal353323325012111054346127
Binary11101011110100111101010101010100110001011000111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3D5; }

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

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

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

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

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

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

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

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