#EBCBD5

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

Shades of Prim #EBCBD5

Tints of Prim #EBCBD5

Color information

#EBCBD5 (or 0xEBCBD5) is unknown color: approx Prim. HEX triplet: EB, CB and D5. RGB value is (235,203,213). Sum of RGB (Red+Green+Blue) = 235+203+213=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBD5 is #14342A. Grayscale: #D5D5D5. Windows color (decimal): -1324075 or 14011371. OLE color: 14011371.

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

Color convert

RGB235203213-
CMYK00.140.090.08
HSL341.25º44.44%85.88%-
HSV(B)341.25º13.62%92.16%-
XYZ67.6365.1871.97-
YUV213.71127.6143.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 213 (83.59% from 255) = 32.72%
R=36.10%
G=31.18%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520321300.140.090.08341.2544.4485.88
HexEBCBD50E981552c56
Octal353313325016111052554126
Binary11101011110010111101010101110100110001010101011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBD5; }

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

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

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

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

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

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

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

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