#EBD6DC

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

Shades of Pale Rose #EBD6DC

Tints of Pale Rose #EBD6DC

Color information

#EBD6DC (or 0xEBD6DC) is unknown color: approx Pale Rose. HEX triplet: EB, D6 and DC. RGB value is (235,214,220). Sum of RGB (Red+Green+Blue) = 235+214+220=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6DC is #142923. Grayscale: #DCDCDC. Windows color (decimal): -1321252 or 14472939. OLE color: 14472939.

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

Color convert

RGB235214220-
CMYK00.090.060.08
HSL342.86º34.43%88.04%-
HSV(B)342.86º8.94%92.16%-
XYZ71.2370.9277.65-
YUV220.96127.46138.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=35.13%
G=31.99%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521422000.090.060.08342.8634.4388.04
HexEBD6DC09681572258
Octal35332633401161052742130
Binary1110101111010110110111000100111010001010101111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6DC; }

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

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

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

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

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

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

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

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