#EACEFC

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

Shades of Blue Chalk #EACEFC

Tints of Blue Chalk #EACEFC

Color information

#EACEFC (or 0xEACEFC) is unknown color: approx Blue Chalk. HEX triplet: EA, CE and FC. RGB value is (234,206,252). Sum of RGB (Red+Green+Blue) = 234+206+252=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #EACEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEFC is #153103. Grayscale: #DBDBDB. Windows color (decimal): -1388804 or 16568042. OLE color: 16568042.

HSL color Cylindrical-coordinate representation of color #EACEFC: hue angle of 276.52º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EACEFC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234206252-
CMYK0.070.1800.01
HSL276.52º88.46%89.8%-
HSV(B)276.52º18.25%98.82%-
XYZ73.5768.66101.47-
YUV219.62146.28138.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 206 (80.86% from 255) = 29.77%
BLUE value IS 252 (98.83% from 255) = 36.42%
R=33.82%
G=29.77%
B=36.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342062520.070.1800.01276.5288.4689.8
HexEACEFC71201115585a
Octal35231637472201425130132
Binary111010101100111011111100111100100110001010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEFC; }

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

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

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

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

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

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

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

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