#EBD9DA

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

Shades of Pale Rose #EBD9DA

Tints of Pale Rose #EBD9DA

Color information

#EBD9DA (or 0xEBD9DA) is unknown color: approx Pale Rose. HEX triplet: EB, D9 and DA. RGB value is (235,217,218). Sum of RGB (Red+Green+Blue) = 235+217+218=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9DA is #142625. Grayscale: #DEDEDE. Windows color (decimal): -1320486 or 14342635. OLE color: 14342635.

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

Color convert

RGB235217218-
CMYK00.080.070.08
HSL356.67º31.03%88.63%-
HSV(B)356.67º7.66%92.16%-
XYZ71.7372.3576.51-
YUV222.5125.46136.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 217 (85.16% from 255) = 32.39%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=35.07%
G=32.39%
B=32.54%

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
Decimal23521721800.080.070.08356.6731.0388.63
HexEBD9DA08781651f59
Octal35333133201071054537131
Binary111010111101100111011010010001111000101100101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9DA; }

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

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

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

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

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

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

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

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