#EBDCDF

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

Shades of Pale Rose #EBDCDF

Tints of Pale Rose #EBDCDF

Color information

#EBDCDF (or 0xEBDCDF) is unknown color: approx Pale Rose. HEX triplet: EB, DC and DF. RGB value is (235,220,223). Sum of RGB (Red+Green+Blue) = 235+220+223=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCDF is #142320. Grayscale: #E0E0E0. Windows color (decimal): -1319713 or 14671083. OLE color: 14671083.

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

Color convert

RGB235220223-
CMYK00.060.050.08
HSL348º27.27%89.22%-
HSV(B)348º6.38%92.16%-
XYZ73.1774.1880.27-
YUV224.83126.97135.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 223 (87.5% from 255) = 32.89%
R=34.66%
G=32.45%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522022300.060.050.0834827.2789.22
HexEBDCDF065815c1b59
Octal3533343370651053433131
Binary11101011110111001101111101101011000101011100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCDF; }

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

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

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

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

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

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

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

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