#EBD6DD

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

Shades of Pale Rose #EBD6DD

Tints of Pale Rose #EBD6DD

Color information

#EBD6DD (or 0xEBD6DD) is unknown color: approx Pale Rose. HEX triplet: EB, D6 and DD. RGB value is (235,214,221). Sum of RGB (Red+Green+Blue) = 235+214+221=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6DD is #142922. Grayscale: #DDDDDD. Windows color (decimal): -1321251 or 14538475. OLE color: 14538475.

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

Color convert

RGB235214221-
CMYK00.090.060.08
HSL340º34.43%88.04%-
HSV(B)340º8.94%92.16%-
XYZ71.3670.9878.35-
YUV221.08127.96137.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 214 (83.98% from 255) = 31.94%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=35.07%
G=31.94%
B=32.99%

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
Decimal23521422100.090.060.0834034.4388.04
HexEBD6DD09681542258
Octal35332633501161052442130
Binary1110101111010110110111010100111010001010101001000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6DD; }

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

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

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

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

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

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

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

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