#EBDDE0

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

Shades of Pale Rose #EBDDE0

Tints of Pale Rose #EBDDE0

Color information

#EBDDE0 (or 0xEBDDE0) is unknown color: approx Pale Rose. HEX triplet: EB, DD and E0. RGB value is (235,221,224). Sum of RGB (Red+Green+Blue) = 235+221+224=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDE0 is #14221F. Grayscale: #E1E1E1. Windows color (decimal): -1319456 or 14736875. OLE color: 14736875.

HSL color Cylindrical-coordinate representation of color #EBDDE0: hue angle of 347.14º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDDE0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235221224-
CMYK00.060.050.08
HSL347.14º25.93%89.41%-
HSV(B)347.14º5.96%92.16%-
XYZ73.5774.7681.07-
YUV225.53127.14134.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 224 (87.89% from 255) = 32.94%
R=34.56%
G=32.5%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522122400.060.050.08347.1425.9389.41
HexEBDDE0065815b1a59
Octal3533353400651053332131
Binary11101011110111011110000001101011000101011011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDE0; }

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

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

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

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

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

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

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

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