#EBCBCD

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

Shades of Pale Rose #EBCBCD

Tints of Pale Rose #EBCBCD

Color information

#EBCBCD (or 0xEBCBCD) is unknown color: approx Pale Rose. HEX triplet: EB, CB and CD. RGB value is (235,203,205). Sum of RGB (Red+Green+Blue) = 235+203+205=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBCD is #143432. Grayscale: #D4D4D4. Windows color (decimal): -1324083 or 13487083. OLE color: 13487083.

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

Color convert

RGB235203205-
CMYK00.140.130.08
HSL356.25º44.44%85.88%-
HSV(B)356.25º13.62%92.16%-
XYZ66.6464.7866.75-
YUV212.8123.6143.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=36.55%
G=31.57%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520320500.140.130.08356.2544.4485.88
HexEBCBCD0ED81642c56
Octal353313315016151054454126
Binary11101011110010111100110101110110110001011001001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBCD; }

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

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

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

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

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

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

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

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