#EBCBD6

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

Shades of Prim #EBCBD6

Tints of Prim #EBCBD6

Color information

#EBCBD6 (or 0xEBCBD6) is unknown color: approx Prim. HEX triplet: EB, CB and D6. RGB value is (235,203,214). Sum of RGB (Red+Green+Blue) = 235+203+214=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBD6 is #143429. Grayscale: #D5D5D5. Windows color (decimal): -1324074 or 14076907. OLE color: 14076907.

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

Color convert

RGB235203214-
CMYK00.140.090.08
HSL339.38º44.44%85.88%-
HSV(B)339.38º13.62%92.16%-
XYZ67.7565.2372.64-
YUV213.82128.1143.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 214 (83.98% from 255) = 32.82%
R=36.04%
G=31.13%
B=32.82%

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
Decimal23520321400.140.090.08339.3844.4485.88
HexEBCBD60E981532c56
Octal353313326016111052354126
Binary11101011110010111101011001110100110001010100111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBD6; }

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

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

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

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

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

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

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

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