#EACFFA

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

Shades of Blue Chalk #EACFFA

Tints of Blue Chalk #EACFFA

Color information

#EACFFA (or 0xEACFFA) is unknown color: approx Blue Chalk. HEX triplet: EA, CF and FA. RGB value is (234,207,250). Sum of RGB (Red+Green+Blue) = 234+207+250=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #EACFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACFFA is #153005. Grayscale: #DBDBDB. Windows color (decimal): -1388550 or 16437226. OLE color: 16437226.

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

Color convert

RGB234207250-
CMYK0.060.1700.02
HSL277.67º81.13%89.61%-
HSV(B)277.67º17.2%98.04%-
XYZ73.569.0299.89-
YUV219.97144.95138-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 207 (81.25% from 255) = 29.96%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=33.86%
G=29.96%
B=36.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342072500.060.1700.02277.6781.1389.61
HexEACFFA61102116515a
Octal35231737262102426121132
Binary1110101011001111111110101101000101010001011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFFA; }

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

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

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

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

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

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

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

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