#EBD8DA

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

Shades of Pale Rose #EBD8DA

Tints of Pale Rose #EBD8DA

Color information

#EBD8DA (or 0xEBD8DA) is unknown color: approx Pale Rose. HEX triplet: EB, D8 and DA. RGB value is (235,216,218). Sum of RGB (Red+Green+Blue) = 235+216+218=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8DA is #142725. Grayscale: #DDDDDD. Windows color (decimal): -1320742 or 14342379. OLE color: 14342379.

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

Color convert

RGB235216218-
CMYK00.080.070.08
HSL353.68º32.2%88.43%-
HSV(B)353.68º8.09%92.16%-
XYZ71.4771.8476.43-
YUV221.91125.79137.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 216 (84.77% from 255) = 32.29%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=35.13%
G=32.29%
B=32.59%

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
Decimal23521621800.080.070.08353.6832.288.43
HexEBD8DA08781622058
Octal35333033201071054240130
Binary1110101111011000110110100100011110001011000101000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8DA; }

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

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

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

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

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

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

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

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