#EBCBD7

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

Shades of Prim #EBCBD7

Tints of Prim #EBCBD7

Color information

#EBCBD7 (or 0xEBCBD7) is unknown color: approx Prim. HEX triplet: EB, CB and D7. RGB value is (235,203,215). Sum of RGB (Red+Green+Blue) = 235+203+215=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBD7 is #143428. Grayscale: #D5D5D5. Windows color (decimal): -1324073 or 14142443. OLE color: 14142443.

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

Color convert

RGB235203215-
CMYK00.140.090.08
HSL337.5º44.44%85.88%-
HSV(B)337.5º13.62%92.16%-
XYZ67.8865.2873.31-
YUV213.94128.6143.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 215 (84.38% from 255) = 32.92%
R=35.99%
G=31.09%
B=32.92%

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
Decimal23520321500.140.090.08337.544.4485.88
HexEBCBD70E981522c56
Octal353313327016111052254126
Binary11101011110010111101011101110100110001010100101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBD7; }

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

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

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

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

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

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

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

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