#EBC7D5

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

Shades of Prim #EBC7D5

Tints of Prim #EBC7D5

Color information

#EBC7D5 (or 0xEBC7D5) is unknown color: approx Prim. HEX triplet: EB, C7 and D5. RGB value is (235,199,213). Sum of RGB (Red+Green+Blue) = 235+199+213=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7D5 is #14382A. Grayscale: #D3D3D3. Windows color (decimal): -1325099 or 14010347. OLE color: 14010347.

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

Color convert

RGB235199213-
CMYK00.150.090.08
HSL336.67º47.37%85.1%-
HSV(B)336.67º15.32%92.16%-
XYZ66.6963.3171.66-
YUV211.36128.93144.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 199 (78.12% from 255) = 30.76%
BLUE value IS 213 (83.59% from 255) = 32.92%
R=36.32%
G=30.76%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519921300.150.090.08336.6747.3785.1
HexEBC7D50F981512f55
Octal353307325017111052157125
Binary11101011110001111101010101111100110001010100011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7D5; }

 p { color: rgb(235,199,213); }

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

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

 a { background-color: rgb(235,199,213); }

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

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

 span { border-color: rgb(235,199,213); }

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