#EBD6D8

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

Shades of Pale Rose #EBD6D8

Tints of Pale Rose #EBD6D8

Color information

#EBD6D8 (or 0xEBD6D8) is unknown color: approx Pale Rose. HEX triplet: EB, D6 and D8. RGB value is (235,214,216). Sum of RGB (Red+Green+Blue) = 235+214+216=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6D8 is #142927. Grayscale: #DCDCDC. Windows color (decimal): -1321256 or 14210795. OLE color: 14210795.

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

Color convert

RGB235214216-
CMYK00.090.080.08
HSL354.29º34.43%88.04%-
HSV(B)354.29º8.94%92.16%-
XYZ70.770.7174.89-
YUV220.51125.46138.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 214 (83.98% from 255) = 32.18%
BLUE value IS 216 (84.77% from 255) = 32.48%
R=35.34%
G=32.18%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521421600.090.080.08354.2934.4388.04
HexEBD6D809881622258
Octal353326330011101054242130
Binary11101011110101101101100001001100010001011000101000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6D8; }

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

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

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

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

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

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

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

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