#EACEFA

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

Shades of Blue Chalk #EACEFA

Tints of Blue Chalk #EACEFA

Color information

#EACEFA (or 0xEACEFA) is unknown color: approx Blue Chalk. HEX triplet: EA, CE and FA. RGB value is (234,206,250). Sum of RGB (Red+Green+Blue) = 234+206+250=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 206 (80.86% from 255 or 29.86% 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 #EACEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEFA is #153105. Grayscale: #DBDBDB. Windows color (decimal): -1388806 or 16436970. OLE color: 16436970.

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

Color convert

RGB234206250-
CMYK0.060.1800.02
HSL278.18º81.48%89.41%-
HSV(B)278.18º17.6%98.04%-
XYZ73.2668.5499.81-
YUV219.39145.28138.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 206 (80.86% from 255) = 29.86%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=33.91%
G=29.86%
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
Decimal2342062500.060.1800.02278.1881.4889.41
HexEACEFA612021165159
Octal35231637262202426121131
Binary1110101011001110111110101101001001010001011010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEFA; }

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

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

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

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

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

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

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

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