#EBD8DE

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

Shades of Pale Rose #EBD8DE

Tints of Pale Rose #EBD8DE

Color information

#EBD8DE (or 0xEBD8DE) is unknown color: approx Pale Rose. HEX triplet: EB, D8 and DE. RGB value is (235,216,222). Sum of RGB (Red+Green+Blue) = 235+216+222=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8DE is #142721. Grayscale: #DEDEDE. Windows color (decimal): -1320738 or 14604523. OLE color: 14604523.

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

Color convert

RGB235216222-
CMYK00.080.060.08
HSL341.05º32.2%88.43%-
HSV(B)341.05º8.09%92.16%-
XYZ7272.0579.22-
YUV222.36127.79137.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 216 (84.77% from 255) = 32.10%
BLUE value IS 222 (87.11% from 255) = 32.99%
R=34.92%
G=32.10%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521622200.080.060.08341.0532.288.43
HexEBD8DE08681552058
Octal35333033601061052540130
Binary1110101111011000110111100100011010001010101011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8DE; }

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

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

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

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

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

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

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

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