#EBD5DC

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

Shades of Pale Rose #EBD5DC

Tints of Pale Rose #EBD5DC

Color information

#EBD5DC (or 0xEBD5DC) is unknown color: approx Pale Rose. HEX triplet: EB, D5 and DC. RGB value is (235,213,220). Sum of RGB (Red+Green+Blue) = 235+213+220=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5DC is #142A23. Grayscale: #DCDCDC. Windows color (decimal): -1321508 or 14472683. OLE color: 14472683.

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

Color convert

RGB235213220-
CMYK00.090.060.08
HSL340.91º35.48%87.84%-
HSV(B)340.91º9.36%92.16%-
XYZ70.9770.4277.56-
YUV220.38127.79138.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 213 (83.59% from 255) = 31.89%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=35.18%
G=31.89%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521322000.090.060.08340.9135.4887.84
HexEBD5DC09681552358
Octal35332533401161052543130
Binary1110101111010101110111000100111010001010101011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5DC; }

 p { color: rgb(235,213,220); }

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

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

 a { background-color: rgb(235,213,220); }

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

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

 span { border-color: rgb(235,213,220); }

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