#EBC9FA

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

Shades of Blue Chalk #EBC9FA

Tints of Blue Chalk #EBC9FA

Color information

#EBC9FA (or 0xEBC9FA) is unknown color: approx Blue Chalk. HEX triplet: EB, C9 and FA. RGB value is (235,201,250). Sum of RGB (Red+Green+Blue) = 235+201+250=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 201 (78.91% from 255 or 29.30% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBC9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9FA is #143605. Grayscale: #D8D8D8. Windows color (decimal): -1324550 or 16435691. OLE color: 16435691.

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

Color convert

RGB235201250-
CMYK0.060.2000.02
HSL281.63º83.05%88.43%-
HSV(B)281.63º19.6%98.04%-
XYZ72.466.3499.43-
YUV216.75146.76141.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 201 (78.91% from 255) = 29.30%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=34.26%
G=29.30%
B=36.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352012500.060.2000.02281.6383.0588.43
HexEBC9FA6140211a5358
Octal35331137262402432123130
Binary1110101111001001111110101101010001010001101010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9FA; }

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

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

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

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

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

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

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

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