#EBCED8

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

Shades of Prim #EBCED8

Tints of Prim #EBCED8

Color information

#EBCED8 (or 0xEBCED8) is unknown color: approx Prim. HEX triplet: EB, CE and D8. RGB value is (235,206,216). Sum of RGB (Red+Green+Blue) = 235+206+216=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCED8 is #143127. Grayscale: #D7D7D7. Windows color (decimal): -1323304 or 14208747. OLE color: 14208747.

HSL color Cylindrical-coordinate representation of color #EBCED8: hue angle of 339.31º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCED8 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235206216-
CMYK00.120.080.08
HSL339.31º42.03%86.47%-
HSV(B)339.31º12.34%92.16%-
XYZ68.7366.7674.23-
YUV215.81128.11141.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=35.77%
G=31.35%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520621600.120.080.08339.3142.0386.47
HexEBCED80C881532a56
Octal353316330014101052352126
Binary11101011110011101101100001100100010001010100111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCED8; }

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

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

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

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

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

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

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

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