#EACEF7

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

Shades of Blue Chalk #EACEF7

Tints of Blue Chalk #EACEF7

Color information

#EACEF7 (or 0xEACEF7) is unknown color: approx Blue Chalk. HEX triplet: EA, CE and F7. RGB value is (234,206,247). Sum of RGB (Red+Green+Blue) = 234+206+247=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 247 - color contains mainly: blue. Hex color #EACEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEF7 is #153108. Grayscale: #DADADA. Windows color (decimal): -1388809 or 16240362. OLE color: 16240362.

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

Color convert

RGB234206247-
CMYK0.050.1700.03
HSL280.98º71.93%88.82%-
HSV(B)280.98º16.6%96.86%-
XYZ72.7968.3597.35-
YUV219.05143.78138.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 206 (80.86% from 255) = 29.99%
BLUE value IS 247 (96.88% from 255) = 35.95%
R=34.06%
G=29.99%
B=35.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342062470.050.1700.03280.9871.9388.82
HexEACEF7511031194859
Octal35231636752103431110131
Binary1110101011001110111101111011000101110001100110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEF7; }

 p { color: rgb(234,206,247); }

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

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

 a { background-color: rgb(234,206,247); }

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

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

 span { border-color: rgb(234,206,247); }

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