#EBD0D1

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

Shades of Pale Rose #EBD0D1

Tints of Pale Rose #EBD0D1

Color information

#EBD0D1 (or 0xEBD0D1) is unknown color: approx Pale Rose. HEX triplet: EB, D0 and D1. RGB value is (235,208,209). Sum of RGB (Red+Green+Blue) = 235+208+209=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0D1 is #142F2E. Grayscale: #D8D8D8. Windows color (decimal): -1322799 or 13750507. OLE color: 13750507.

HSL color Cylindrical-coordinate representation of color #EBD0D1: hue angle of 357.78º degrees, saturation: 0.4, 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 #EBD0D1 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235208209-
CMYK00.110.110.08
HSL357.78º40.3%86.86%-
HSV(B)357.78º11.49%92.16%-
XYZ68.3367.3869.73-
YUV216.19123.95141.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 208 (81.64% from 255) = 31.90%
BLUE value IS 209 (82.03% from 255) = 32.06%
R=36.04%
G=31.90%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520820900.110.110.08357.7840.386.86
HexEBD0D10BB81662857
Octal353320321013131054650127
Binary11101011110100001101000101011101110001011001101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0D1; }

 p { color: rgb(235,208,209); }

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

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

 a { background-color: rgb(235,208,209); }

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

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

 span { border-color: rgb(235,208,209); }

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