#EBC4D1

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

Shades of Prim #EBC4D1

Tints of Prim #EBC4D1

Color information

#EBC4D1 (or 0xEBC4D1) is unknown color: approx Prim. HEX triplet: EB, C4 and D1. RGB value is (235,196,209). Sum of RGB (Red+Green+Blue) = 235+196+209=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4D1 is #143B2E. Grayscale: #D1D1D1. Windows color (decimal): -1325871 or 13747435. OLE color: 13747435.

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

Color convert

RGB235196209-
CMYK00.170.110.08
HSL340º49.37%84.51%-
HSV(B)340º16.6%92.16%-
XYZ65.5161.7568.79-
YUV209.14127.92146.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 196 (76.95% from 255) = 30.62%
BLUE value IS 209 (82.03% from 255) = 32.66%
R=36.72%
G=30.62%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519620900.170.110.0834049.3784.51
HexEBC4D1011B81543155
Octal353304321021131052461125
Binary111010111100010011010001010001101110001010101001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4D1; }

 p { color: rgb(235,196,209); }

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

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

 a { background-color: rgb(235,196,209); }

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

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

 span { border-color: rgb(235,196,209); }

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