#EACAF2

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

Shades of Blue Chalk #EACAF2

Tints of Blue Chalk #EACAF2

Color information

#EACAF2 (or 0xEACAF2) is unknown color: approx Blue Chalk. HEX triplet: EA, CA and F2. RGB value is (234,202,242). Sum of RGB (Red+Green+Blue) = 234+202+242=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #EACAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAF2 is #15350D. Grayscale: #D8D8D8. Windows color (decimal): -1389838 or 15911658. OLE color: 15911658.

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

Color convert

RGB234202242-
CMYK0.030.1700.05
HSL288º60.61%87.06%-
HSV(B)288º16.53%94.9%-
XYZ71.0866.1493.03-
YUV216.13142.6140.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 202 (79.30% from 255) = 29.79%
BLUE value IS 242 (94.92% from 255) = 35.69%
R=34.51%
G=29.79%
B=35.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342022420.030.1700.0528860.6187.06
HexEACAF2311051203d57
Octal3523123623210544075127
Binary111010101100101011110010111000101011001000001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAF2; }

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

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

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

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

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

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

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

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