#EBCDCF

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

Shades of Pale Rose #EBCDCF

Tints of Pale Rose #EBCDCF

Color information

#EBCDCF (or 0xEBCDCF) is unknown color: approx Pale Rose. HEX triplet: EB, CD and CF. RGB value is (235,205,207). Sum of RGB (Red+Green+Blue) = 235+205+207=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDCF is #143230. Grayscale: #D6D6D6. Windows color (decimal): -1323569 or 13618667. OLE color: 13618667.

HSL color Cylindrical-coordinate representation of color #EBCDCF: hue angle of 356º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCDCF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235205207-
CMYK00.130.120.08
HSL356º42.86%86.27%-
HSV(B)356º12.77%92.16%-
XYZ67.3565.8368.19-
YUV214.2123.94142.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 207 (81.25% from 255) = 31.99%
R=36.32%
G=31.68%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520520700.130.120.0835642.8686.27
HexEBCDCF0DC81642b56
Octal353315317015141054453126
Binary11101011110011011100111101101110010001011001001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDCF; }

 p { color: rgb(235,205,207); }

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

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

 a { background-color: rgb(235,205,207); }

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

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

 span { border-color: rgb(235,205,207); }

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