#EBCACE

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

Shades of Pale Rose #EBCACE

Tints of Pale Rose #EBCACE

Color information

#EBCACE (or 0xEBCACE) is unknown color: approx Pale Rose. HEX triplet: EB, CA and CE. RGB value is (235,202,206). Sum of RGB (Red+Green+Blue) = 235+202+206=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCACE is #143531. Grayscale: #D4D4D4. Windows color (decimal): -1324338 or 13552363. OLE color: 13552363.

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

Color convert

RGB235202206-
CMYK00.140.120.08
HSL352.73º45.21%85.69%-
HSV(B)352.73º14.04%92.16%-
XYZ66.5264.3667.31-
YUV212.32124.43144.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=36.55%
G=31.42%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520220600.140.120.08352.7345.2185.69
HexEBCACE0EC81612d56
Octal353312316016141054155126
Binary11101011110010101100111001110110010001011000011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCACE; }

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

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

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

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

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

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

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

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