#EBC4D3

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

Shades of Prim #EBC4D3

Tints of Prim #EBC4D3

Color information

#EBC4D3 (or 0xEBC4D3) is unknown color: approx Prim. HEX triplet: EB, C4 and D3. RGB value is (235,196,211). Sum of RGB (Red+Green+Blue) = 235+196+211=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4D3 is #143B2C. Grayscale: #D1D1D1. Windows color (decimal): -1325869 or 13878507. OLE color: 13878507.

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

Color convert

RGB235196211-
CMYK00.170.100.08
HSL336.92º49.37%84.51%-
HSV(B)336.92º16.6%92.16%-
XYZ65.7661.8570.1-
YUV209.37128.92146.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 196 (76.95% from 255) = 30.53%
BLUE value IS 211 (82.81% from 255) = 32.87%
R=36.60%
G=30.53%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519621100.170.100.08336.9249.3784.51
HexEBC4D3011A81513155
Octal353304323021121052161125
Binary111010111100010011010011010001101010001010100011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4D3; }

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

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

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

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

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

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

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

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