#EBD8DC

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

Shades of Pale Rose #EBD8DC

Tints of Pale Rose #EBD8DC

Color information

#EBD8DC (or 0xEBD8DC) is unknown color: approx Pale Rose. HEX triplet: EB, D8 and DC. RGB value is (235,216,220). Sum of RGB (Red+Green+Blue) = 235+216+220=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8DC is #142723. Grayscale: #DEDEDE. Windows color (decimal): -1320740 or 14473451. OLE color: 14473451.

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

Color convert

RGB235216220-
CMYK00.080.060.08
HSL347.37º32.2%88.43%-
HSV(B)347.37º8.09%92.16%-
XYZ71.7471.9477.82-
YUV222.14126.79137.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 216 (84.77% from 255) = 32.19%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=35.02%
G=32.19%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521622000.080.060.08347.3732.288.43
HexEBD8DC086815b2058
Octal35333033401061053340130
Binary1110101111011000110111000100011010001010110111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8DC; }

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

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

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

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

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

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

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

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