#EBD8DB

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

Shades of Pale Rose #EBD8DB

Tints of Pale Rose #EBD8DB

Color information

#EBD8DB (or 0xEBD8DB) is unknown color: approx Pale Rose. HEX triplet: EB, D8 and DB. RGB value is (235,216,219). Sum of RGB (Red+Green+Blue) = 235+216+219=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8DB is #142724. Grayscale: #DEDEDE. Windows color (decimal): -1320741 or 14407915. OLE color: 14407915.

HSL color Cylindrical-coordinate representation of color #EBD8DB: hue angle of 350.53º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBD8DB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235216219-
CMYK00.080.070.08
HSL350.53º32.2%88.43%-
HSV(B)350.53º8.09%92.16%-
XYZ71.671.8977.12-
YUV222.02126.29137.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 216 (84.77% from 255) = 32.24%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=35.07%
G=32.24%
B=32.69%

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
Decimal23521621900.080.070.08350.5332.288.43
HexEBD8DB087815f2058
Octal35333033301071053740130
Binary1110101111011000110110110100011110001010111111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8DB; }

 p { color: rgb(235,216,219); }

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

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

 a { background-color: rgb(235,216,219); }

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

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

 span { border-color: rgb(235,216,219); }

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