#EACFFC

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

Shades of Blue Chalk #EACFFC

Tints of Blue Chalk #EACFFC

Color information

#EACFFC (or 0xEACFFC) is unknown color: approx Blue Chalk. HEX triplet: EA, CF and FC. RGB value is (234,207,252). Sum of RGB (Red+Green+Blue) = 234+207+252=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #EACFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACFFC is #153003. Grayscale: #DCDCDC. Windows color (decimal): -1388548 or 16568298. OLE color: 16568298.

HSL color Cylindrical-coordinate representation of color #EACFFC: hue angle of 276º 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 #EACFFC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234207252-
CMYK0.070.1800.01
HSL276º88.24%90%-
HSV(B)276º17.86%98.82%-
XYZ73.8269.15101.55-
YUV220.2145.95137.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 207 (81.25% from 255) = 29.87%
BLUE value IS 252 (98.83% from 255) = 36.36%
R=33.77%
G=29.87%
B=36.36%

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
Decimal2342072520.070.1800.0127688.2490
HexEACFFC71201114585a
Octal35231737472201424130132
Binary111010101100111111111100111100100110001010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFFC; }

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

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

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

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

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

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

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

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