#EBD3D8

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

Shades of Pale Rose #EBD3D8

Tints of Pale Rose #EBD3D8

Color information

#EBD3D8 (or 0xEBD3D8) is unknown color: approx Pale Rose. HEX triplet: EB, D3 and D8. RGB value is (235,211,216). Sum of RGB (Red+Green+Blue) = 235+211+216=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3D8 is #142C27. Grayscale: #DADADA. Windows color (decimal): -1322024 or 14210027. OLE color: 14210027.

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

Color convert

RGB235211216-
CMYK00.100.080.08
HSL347.5º37.5%87.45%-
HSV(B)347.5º10.21%92.16%-
XYZ69.9569.2174.64-
YUV218.75126.45139.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 211 (82.81% from 255) = 31.87%
BLUE value IS 216 (84.77% from 255) = 32.63%
R=35.50%
G=31.87%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521121600.100.080.08347.537.587.45
HexEBD3D80A8815c2657
Octal353323330012101053446127
Binary11101011110100111101100001010100010001010111001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3D8; }

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

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

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

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

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

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

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

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