#EBCDCE

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

Shades of Pale Rose #EBCDCE

Tints of Pale Rose #EBCDCE

Color information

#EBCDCE (or 0xEBCDCE) is unknown color: approx Pale Rose. HEX triplet: EB, CD and CE. RGB value is (235,205,206). Sum of RGB (Red+Green+Blue) = 235+205+206=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDCE is #143231. Grayscale: #D6D6D6. Windows color (decimal): -1323570 or 13553131. OLE color: 13553131.

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

Color convert

RGB235205206-
CMYK00.130.120.08
HSL358º42.86%86.27%-
HSV(B)358º12.77%92.16%-
XYZ67.2365.7867.55-
YUV214.08123.44142.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 206 (80.86% from 255) = 31.89%
R=36.38%
G=31.73%
B=31.89%

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
Decimal23520520600.130.120.0835842.8686.27
HexEBCDCE0DC81662b56
Octal353315316015141054653126
Binary11101011110011011100111001101110010001011001101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDCE; }

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

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

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

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

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

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

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

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