#EBCDFA

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

Shades of Blue Chalk #EBCDFA

Tints of Blue Chalk #EBCDFA

Color information

#EBCDFA (or 0xEBCDFA) is unknown color: approx Blue Chalk. HEX triplet: EB, CD and FA. RGB value is (235,205,250). Sum of RGB (Red+Green+Blue) = 235+205+250=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBCDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDFA is #143205. Grayscale: #DADADA. Windows color (decimal): -1323526 or 16436715. OLE color: 16436715.

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

Color convert

RGB235205250-
CMYK0.060.1800.02
HSL280º81.82%89.22%-
HSV(B)280º18%98.04%-
XYZ73.3568.2399.75-
YUV219.1145.44139.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 205 (80.47% from 255) = 29.71%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=34.06%
G=29.71%
B=36.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352052500.060.1800.0228081.8289.22
HexEBCDFA612021185259
Octal35331537262202430122131
Binary1110101111001101111110101101001001010001100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDFA; }

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

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

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

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

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

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

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

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