#EBD0D2

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

Shades of Pale Rose #EBD0D2

Tints of Pale Rose #EBD0D2

Color information

#EBD0D2 (or 0xEBD0D2) is unknown color: approx Pale Rose. HEX triplet: EB, D0 and D2. RGB value is (235,208,210). Sum of RGB (Red+Green+Blue) = 235+208+210=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0D2 is #142F2D. Grayscale: #D8D8D8. Windows color (decimal): -1322798 or 13816043. OLE color: 13816043.

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

Color convert

RGB235208210-
CMYK00.110.110.08
HSL355.56º40.3%86.86%-
HSV(B)355.56º11.49%92.16%-
XYZ68.4567.4370.38-
YUV216.3124.45141.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 208 (81.64% from 255) = 31.85%
BLUE value IS 210 (82.42% from 255) = 32.16%
R=35.99%
G=31.85%
B=32.16%

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
Decimal23520821000.110.110.08355.5640.386.86
HexEBD0D20BB81642857
Octal353320322013131054450127
Binary11101011110100001101001001011101110001011001001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0D2; }

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

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

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

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

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

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

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

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