#EACBFA

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

Shades of Blue Chalk #EACBFA

Tints of Blue Chalk #EACBFA

Color information

#EACBFA (or 0xEACBFA) is unknown color: approx Blue Chalk. HEX triplet: EA, CB and FA. RGB value is (234,203,250). Sum of RGB (Red+Green+Blue) = 234+203+250=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #EACBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBFA is #153405. Grayscale: #D9D9D9. Windows color (decimal): -1389574 or 16436202. OLE color: 16436202.

HSL color Cylindrical-coordinate representation of color #EACBFA: hue angle of 279.57º 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 #EACBFA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234203250-
CMYK0.060.1900.02
HSL279.57º82.46%88.82%-
HSV(B)279.57º18.8%98.04%-
XYZ72.5467.1199.57-
YUV217.63146.27139.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 203 (79.69% from 255) = 29.55%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=34.06%
G=29.55%
B=36.39%

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
Decimal2342032500.060.1900.02279.5782.4688.82
HexEACBFA613021185259
Octal35231337262302430122131
Binary1110101011001011111110101101001101010001100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBFA; }

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

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

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

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

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

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

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

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