#EBC5D3

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

Shades of Prim #EBC5D3

Tints of Prim #EBC5D3

Color information

#EBC5D3 (or 0xEBC5D3) is unknown color: approx Prim. HEX triplet: EB, C5 and D3. RGB value is (235,197,211). Sum of RGB (Red+Green+Blue) = 235+197+211=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5D3 is #143A2C. Grayscale: #D1D1D1. Windows color (decimal): -1325613 or 13878763. OLE color: 13878763.

HSL color Cylindrical-coordinate representation of color #EBC5D3: hue angle of 337.89º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC5D3 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235197211-
CMYK00.160.100.08
HSL337.89º48.72%84.71%-
HSV(B)337.89º16.17%92.16%-
XYZ65.9962.370.17-
YUV209.96128.59145.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 197 (77.34% from 255) = 30.64%
BLUE value IS 211 (82.81% from 255) = 32.81%
R=36.55%
G=30.64%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519721100.160.100.08337.8948.7284.71
HexEBC5D3010A81523155
Octal353305323020121052261125
Binary111010111100010111010011010000101010001010100101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5D3; }

 p { color: rgb(235,197,211); }

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

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

 a { background-color: rgb(235,197,211); }

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

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

 span { border-color: rgb(235,197,211); }

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