#EBD6DA

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

Shades of Pale Rose #EBD6DA

Tints of Pale Rose #EBD6DA

Color information

#EBD6DA (or 0xEBD6DA) is unknown color: approx Pale Rose. HEX triplet: EB, D6 and DA. RGB value is (235,214,218). Sum of RGB (Red+Green+Blue) = 235+214+218=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6DA is #142925. Grayscale: #DCDCDC. Windows color (decimal): -1321254 or 14341867. OLE color: 14341867.

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

Color convert

RGB235214218-
CMYK00.090.070.08
HSL348.57º34.43%88.04%-
HSV(B)348.57º8.94%92.16%-
XYZ70.9670.8276.26-
YUV220.74126.46138.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 214 (83.98% from 255) = 32.08%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=35.23%
G=32.08%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521421800.090.070.08348.5734.4388.04
HexEBD6DA097815d2258
Octal35332633201171053542130
Binary1110101111010110110110100100111110001010111011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6DA; }

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

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

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

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

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

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

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

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