#EBD2D7

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

Shades of Pale Rose #EBD2D7

Tints of Pale Rose #EBD2D7

Color information

#EBD2D7 (or 0xEBD2D7) is unknown color: approx Pale Rose. HEX triplet: EB, D2 and D7. RGB value is (235,210,215). Sum of RGB (Red+Green+Blue) = 235+210+215=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 215 (84.38% from 255 or 32.58% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2D7 is #142D28. Grayscale: #DADADA. Windows color (decimal): -1322281 or 14144235. OLE color: 14144235.

HSL color Cylindrical-coordinate representation of color #EBD2D7: hue angle of 348º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD2D7 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235210215-
CMYK00.110.090.08
HSL348º38.46%87.25%-
HSV(B)348º10.64%92.16%-
XYZ69.5768.6673.88-
YUV218.04126.28140.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 210 (82.42% from 255) = 31.82%
BLUE value IS 215 (84.38% from 255) = 32.58%
R=35.61%
G=31.82%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521021500.110.090.0834838.4687.25
HexEBD2D70B9815c2657
Octal353322327013111053446127
Binary11101011110100101101011101011100110001010111001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2D7; }

 p { color: rgb(235,210,215); }

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

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

 a { background-color: rgb(235,210,215); }

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

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

 span { border-color: rgb(235,210,215); }

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