#EBD6D9

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

Shades of Pale Rose #EBD6D9

Tints of Pale Rose #EBD6D9

Color information

#EBD6D9 (or 0xEBD6D9) is unknown color: approx Pale Rose. HEX triplet: EB, D6 and D9. RGB value is (235,214,217). Sum of RGB (Red+Green+Blue) = 235+214+217=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6D9 is #142926. Grayscale: #DCDCDC. Windows color (decimal): -1321255 or 14276331. OLE color: 14276331.

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

Color convert

RGB235214217-
CMYK00.090.080.08
HSL351.43º34.43%88.04%-
HSV(B)351.43º8.94%92.16%-
XYZ70.8370.7775.57-
YUV220.62125.96138.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 214 (83.98% from 255) = 32.13%
BLUE value IS 217 (85.16% from 255) = 32.58%
R=35.29%
G=32.13%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521421700.090.080.08351.4334.4388.04
HexEBD6D9098815f2258
Octal353326331011101053742130
Binary11101011110101101101100101001100010001010111111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6D9; }

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

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

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

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

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

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

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

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