#EACAFC

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

Shades of Blue Chalk #EACAFC

Tints of Blue Chalk #EACAFC

Color information

#EACAFC (or 0xEACAFC) is unknown color: approx Blue Chalk. HEX triplet: EA, CA and FC. RGB value is (234,202,252). Sum of RGB (Red+Green+Blue) = 234+202+252=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 202 (79.30% from 255 or 29.36% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #EACAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAFC is #153503. Grayscale: #D9D9D9. Windows color (decimal): -1389828 or 16567018. OLE color: 16567018.

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

Color convert

RGB234202252-
CMYK0.070.2000.01
HSL278.4º89.29%89.02%-
HSV(B)278.4º19.84%98.82%-
XYZ72.6266.76101.15-
YUV217.27147.6139.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 202 (79.30% from 255) = 29.36%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=34.01%
G=29.36%
B=36.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342022520.070.2000.01278.489.2989.02
HexEACAFC714011165959
Octal35231237472401426131131
Binary111010101100101011111100111101000110001011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAFC; }

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

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

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

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

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

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

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

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