#EBD9DE

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

Shades of Pale Rose #EBD9DE

Tints of Pale Rose #EBD9DE

Color information

#EBD9DE (or 0xEBD9DE) is unknown color: approx Pale Rose. HEX triplet: EB, D9 and DE. RGB value is (235,217,222). Sum of RGB (Red+Green+Blue) = 235+217+222=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9DE is #142621. Grayscale: #DEDEDE. Windows color (decimal): -1320482 or 14604779. OLE color: 14604779.

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

Color convert

RGB235217222-
CMYK00.080.060.08
HSL343.33º31.03%88.63%-
HSV(B)343.33º7.66%92.16%-
XYZ72.2672.5679.3-
YUV222.95127.46136.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=34.87%
G=32.20%
B=32.94%

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
Decimal23521722200.080.060.08343.3331.0388.63
HexEBD9DE08681571f59
Octal35333133601061052737131
Binary111010111101100111011110010001101000101010111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9DE; }

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

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

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

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

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

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

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

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