#EAC5F9

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

Shades of Blue Chalk #EAC5F9

Tints of Blue Chalk #EAC5F9

Color information

#EAC5F9 (or 0xEAC5F9) is unknown color: approx Blue Chalk. HEX triplet: EA, C5 and F9. RGB value is (234,197,249). Sum of RGB (Red+Green+Blue) = 234+197+249=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 197 (77.34% from 255 or 28.97% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAC5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5F9 is #153A06. Grayscale: #D5D5D5. Windows color (decimal): -1391111 or 16369130. OLE color: 16369130.

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

Color convert

RGB234197249-
CMYK0.060.2100.02
HSL282.69º81.25%87.45%-
HSV(B)282.69º20.88%97.65%-
XYZ7164.2698.28-
YUV213.99147.76142.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 197 (77.34% from 255) = 28.97%
BLUE value IS 249 (97.66% from 255) = 36.62%
R=34.41%
G=28.97%
B=36.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341972490.060.2100.02282.6981.2587.45
HexEAC5F96150211b5157
Octal35230537162502433121127
Binary1110101011000101111110011101010101010001101110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5F9; }

 p { color: rgb(234,197,249); }

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

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

 a { background-color: rgb(234,197,249); }

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

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

 span { border-color: rgb(234,197,249); }

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