#EBD8DD

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

Shades of Pale Rose #EBD8DD

Tints of Pale Rose #EBD8DD

Color information

#EBD8DD (or 0xEBD8DD) is unknown color: approx Pale Rose. HEX triplet: EB, D8 and DD. RGB value is (235,216,221). Sum of RGB (Red+Green+Blue) = 235+216+221=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8DD is #142722. Grayscale: #DEDEDE. Windows color (decimal): -1320739 or 14538987. OLE color: 14538987.

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

Color convert

RGB235216221-
CMYK00.080.060.08
HSL344.21º32.2%88.43%-
HSV(B)344.21º8.09%92.16%-
XYZ71.8771.9978.52-
YUV222.25127.29137.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 216 (84.77% from 255) = 32.14%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=34.97%
G=32.14%
B=32.89%

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
Decimal23521622100.080.060.08344.2132.288.43
HexEBD8DD08681582058
Octal35333033501061053040130
Binary1110101111011000110111010100011010001010110001000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8DD; }

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

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

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

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

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

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

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

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