#EBCBF6

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

Shades of Blue Chalk #EBCBF6

Tints of Blue Chalk #EBCBF6

Color information

#EBCBF6 (or 0xEBCBF6) is unknown color: approx Blue Chalk. HEX triplet: EB, CB and F6. RGB value is (235,203,246). Sum of RGB (Red+Green+Blue) = 235+203+246=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBCBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBF6 is #143409. Grayscale: #D9D9D9. Windows color (decimal): -1324042 or 16174059. OLE color: 16174059.

HSL color Cylindrical-coordinate representation of color #EBCBF6: hue angle of 284.65º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBCBF6 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235203246-
CMYK0.040.1700.04
HSL284.65º70.49%88.04%-
HSV(B)284.65º17.48%96.47%-
XYZ72.2567.0396.32-
YUV217.47144.1140.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 203 (79.69% from 255) = 29.68%
BLUE value IS 246 (96.48% from 255) = 35.96%
R=34.36%
G=29.68%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352032460.040.1700.04284.6570.4988.04
HexEBCBF64110411d4658
Octal35331336642104435106130
Binary11101011110010111111011010010001010010001110110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBF6; }

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

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

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

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

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

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

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

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