#EBCBFE

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

Shades of Blue Chalk #EBCBFE

Tints of Blue Chalk #EBCBFE

Color information

#EBCBFE (or 0xEBCBFE) is unknown color: approx Blue Chalk. HEX triplet: EB, CB and FE. RGB value is (235,203,254). Sum of RGB (Red+Green+Blue) = 235+203+254=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBCBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBFE is #143401. Grayscale: #DADADA. Windows color (decimal): -1324034 or 16698347. OLE color: 16698347.

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

Color convert

RGB235203254-
CMYK0.070.2000.00
HSL277.65º96.23%89.61%-
HSV(B)277.65º20.08%99.61%-
XYZ73.5167.53102.93-
YUV218.38148.1139.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 203 (79.69% from 255) = 29.34%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=33.96%
G=29.34%
B=36.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352032540.070.2000.00277.6596.2389.61
HexEBCBFE71400116605a
Octal35331337672400426140132
Binary111010111100101111111110111101000010001011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBFE; }

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

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

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

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

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

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

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

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