#EBCBFA

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

Shades of Blue Chalk #EBCBFA

Tints of Blue Chalk #EBCBFA

Color information

#EBCBFA (or 0xEBCBFA) is unknown color: approx Blue Chalk. HEX triplet: EB, CB and FA. RGB value is (235,203,250). Sum of RGB (Red+Green+Blue) = 235+203+250=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBCBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBFA is #143405. Grayscale: #D9D9D9. Windows color (decimal): -1324038 or 16436203. OLE color: 16436203.

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

Color convert

RGB235203250-
CMYK0.060.1900.02
HSL280.85º82.46%88.82%-
HSV(B)280.85º18.8%98.04%-
XYZ72.8767.2899.59-
YUV217.93146.1140.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 203 (79.69% from 255) = 29.51%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=34.16%
G=29.51%
B=36.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352032500.060.1900.02280.8582.4688.82
HexEBCBFA613021195259
Octal35331337262302431122131
Binary1110101111001011111110101101001101010001100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBFA; }

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

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

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

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

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

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

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

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