#EBD9DC

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

Shades of Pale Rose #EBD9DC

Tints of Pale Rose #EBD9DC

Color information

#EBD9DC (or 0xEBD9DC) is unknown color: approx Pale Rose. HEX triplet: EB, D9 and DC. RGB value is (235,217,220). Sum of RGB (Red+Green+Blue) = 235+217+220=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9DC is #142623. Grayscale: #DEDEDE. Windows color (decimal): -1320484 or 14473707. OLE color: 14473707.

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

Color convert

RGB235217220-
CMYK00.080.060.08
HSL350º31.03%88.63%-
HSV(B)350º7.66%92.16%-
XYZ71.9972.4677.9-
YUV222.72126.46136.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=34.97%
G=32.29%
B=32.74%

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
Decimal23521722000.080.060.0835031.0388.63
HexEBD9DC086815e1f59
Octal35333133401061053637131
Binary111010111101100111011100010001101000101011110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9DC; }

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

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

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

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

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

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

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

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