#EBC9FE

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

Shades of Blue Chalk #EBC9FE

Tints of Blue Chalk #EBC9FE

Color information

#EBC9FE (or 0xEBC9FE) is unknown color: approx Blue Chalk. HEX triplet: EB, C9 and FE. RGB value is (235,201,254). Sum of RGB (Red+Green+Blue) = 235+201+254=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 201 (78.91% from 255 or 29.13% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBC9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9FE is #143601. Grayscale: #D9D9D9. Windows color (decimal): -1324546 or 16697835. OLE color: 16697835.

HSL color Cylindrical-coordinate representation of color #EBC9FE: hue angle of 278.49º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC9FE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235201254-
CMYK0.070.2100.00
HSL278.49º96.36%89.22%-
HSV(B)278.49º20.87%99.61%-
XYZ73.0466.59102.77-
YUV217.21148.76140.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 201 (78.91% from 255) = 29.13%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=34.06%
G=29.13%
B=36.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352012540.070.2100.00278.4996.3689.22
HexEBC9FE715001166059
Octal35331137672500426140131
Binary111010111100100111111110111101010010001011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9FE; }

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

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

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

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

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

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

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

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