#EACAF6

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

Shades of Blue Chalk #EACAF6

Tints of Blue Chalk #EACAF6

Color information

#EACAF6 (or 0xEACAF6) is unknown color: approx Blue Chalk. HEX triplet: EA, CA and F6. RGB value is (234,202,246). Sum of RGB (Red+Green+Blue) = 234+202+246=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #EACAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAF6 is #153509. Grayscale: #D8D8D8. Windows color (decimal): -1389834 or 16173802. OLE color: 16173802.

HSL color Cylindrical-coordinate representation of color #EACAF6: hue angle of 283.64º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EACAF6 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234202246-
CMYK0.050.1800.04
HSL283.64º70.97%87.84%-
HSV(B)283.64º17.89%96.47%-
XYZ71.6966.3996.22-
YUV216.58144.6140.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 202 (79.30% from 255) = 29.62%
BLUE value IS 246 (96.48% from 255) = 36.07%
R=34.31%
G=29.62%
B=36.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342022460.050.1800.04283.6470.9787.84
HexEACAF65120411c4758
Octal35231236652204434107130
Binary11101010110010101111011010110010010010001110010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAF6; }

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

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

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

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

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

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

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

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