#EBD9DB

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

Shades of Pale Rose #EBD9DB

Tints of Pale Rose #EBD9DB

Color information

#EBD9DB (or 0xEBD9DB) is unknown color: approx Pale Rose. HEX triplet: EB, D9 and DB. RGB value is (235,217,219). Sum of RGB (Red+Green+Blue) = 235+217+219=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9DB is #142624. Grayscale: #DEDEDE. Windows color (decimal): -1320485 or 14408171. OLE color: 14408171.

HSL color Cylindrical-coordinate representation of color #EBD9DB: hue angle of 353.33º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBD9DB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235217219-
CMYK00.080.070.08
HSL353.33º31.03%88.63%-
HSV(B)353.33º7.66%92.16%-
XYZ71.8672.477.21-
YUV222.61125.96136.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 217 (85.16% from 255) = 32.34%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=35.02%
G=32.34%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521721900.080.070.08353.3331.0388.63
HexEBD9DB08781611f59
Octal35333133301071054137131
Binary111010111101100111011011010001111000101100001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9DB; }

 p { color: rgb(235,217,219); }

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

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

 a { background-color: rgb(235,217,219); }

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

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

 span { border-color: rgb(235,217,219); }

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