#EBC1F3

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

Shades of Blue Chalk #EBC1F3

Tints of Blue Chalk #EBC1F3

Color information

#EBC1F3 (or 0xEBC1F3) is unknown color: approx Blue Chalk. HEX triplet: EB, C1 and F3. RGB value is (235,193,243). Sum of RGB (Red+Green+Blue) = 235+193+243=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 193 (75.78% from 255 or 28.76% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBC1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1F3 is #143E0C. Grayscale: #D3D3D3. Windows color (decimal): -1326605 or 15974891. OLE color: 15974891.

HSL color Cylindrical-coordinate representation of color #EBC1F3: hue angle of 290.4º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC1F3 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235193243-
CMYK0.030.2100.05
HSL290.4º67.57%85.49%-
HSV(B)290.4º20.58%95.29%-
XYZ69.5162.2793.15-
YUV211.26145.91144.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 193 (75.78% from 255) = 28.76%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=35.02%
G=28.76%
B=36.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351932430.030.2100.05290.467.5785.49
HexEBC1F3315051224455
Octal35330136332505442104125
Binary1110101111000001111100111110101010110010001010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1F3; }

 p { color: rgb(235,193,243); }

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

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

 a { background-color: rgb(235,193,243); }

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

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

 span { border-color: rgb(235,193,243); }

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