#EBC5FA

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

Shades of Blue Chalk #EBC5FA

Tints of Blue Chalk #EBC5FA

Color information

#EBC5FA (or 0xEBC5FA) is unknown color: approx Blue Chalk. HEX triplet: EB, C5 and FA. RGB value is (235,197,250). Sum of RGB (Red+Green+Blue) = 235+197+250=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 197 (77.34% from 255 or 28.89% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5FA is #143A05. Grayscale: #D6D6D6. Windows color (decimal): -1325574 or 16434667. OLE color: 16434667.

HSL color Cylindrical-coordinate representation of color #EBC5FA: hue angle of 283.02º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC5FA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235197250-
CMYK0.060.2100.02
HSL283.02º84.13%87.65%-
HSV(B)283.02º21.2%98.04%-
XYZ71.4864.599.12-
YUV214.4148.09142.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 197 (77.34% from 255) = 28.89%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=34.46%
G=28.89%
B=36.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351972500.060.2100.02283.0284.1387.65
HexEBC5FA6150211b5458
Octal35330537262502433124130
Binary1110101111000101111110101101010101010001101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5FA; }

 p { color: rgb(235,197,250); }

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

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

 a { background-color: rgb(235,197,250); }

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

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

 span { border-color: rgb(235,197,250); }

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