#EBCACD

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

Shades of Pale Rose #EBCACD

Tints of Pale Rose #EBCACD

Color information

#EBCACD (or 0xEBCACD) is unknown color: approx Pale Rose. HEX triplet: EB, CA and CD. RGB value is (235,202,205). Sum of RGB (Red+Green+Blue) = 235+202+205=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCACD is #143532. Grayscale: #D4D4D4. Windows color (decimal): -1324339 or 13486827. OLE color: 13486827.

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

Color convert

RGB235202205-
CMYK00.140.130.08
HSL354.55º45.21%85.69%-
HSV(B)354.55º14.04%92.16%-
XYZ66.464.3166.67-
YUV212.21123.93144.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=36.60%
G=31.46%
B=31.93%

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
Decimal23520220500.140.130.08354.5545.2185.69
HexEBCACD0ED81632d56
Octal353312315016151054355126
Binary11101011110010101100110101110110110001011000111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCACD; }

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

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

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

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

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

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

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

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