#EAC6F2

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

Shades of Blue Chalk #EAC6F2

Tints of Blue Chalk #EAC6F2

Color information

#EAC6F2 (or 0xEAC6F2) is unknown color: approx Blue Chalk. HEX triplet: EA, C6 and F2. RGB value is (234,198,242). Sum of RGB (Red+Green+Blue) = 234+198+242=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAC6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6F2 is #15390D. Grayscale: #D5D5D5. Windows color (decimal): -1390862 or 15910634. OLE color: 15910634.

HSL color Cylindrical-coordinate representation of color #EAC6F2: hue angle of 289.09º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC6F2 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234198242-
CMYK0.030.1800.05
HSL289.09º62.86%86.27%-
HSV(B)289.09º18.18%94.9%-
XYZ70.1564.2992.72-
YUV213.78143.93142.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 198 (77.73% from 255) = 29.38%
BLUE value IS 242 (94.92% from 255) = 35.91%
R=34.72%
G=29.38%
B=35.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341982420.030.1800.05289.0962.8686.27
HexEAC6F2312051213f56
Octal3523063623220544177126
Binary111010101100011011110010111001001011001000011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6F2; }

 p { color: rgb(234,198,242); }

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

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

 a { background-color: rgb(234,198,242); }

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

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

 span { border-color: rgb(234,198,242); }

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