#EACBF4

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

Shades of Blue Chalk #EACBF4

Tints of Blue Chalk #EACBF4

Color information

#EACBF4 (or 0xEACBF4) is unknown color: approx Blue Chalk. HEX triplet: EA, CB and F4. RGB value is (234,203,244). Sum of RGB (Red+Green+Blue) = 234+203+244=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 244 - color contains mainly: blue. Hex color #EACBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBF4 is #15340B. Grayscale: #D8D8D8. Windows color (decimal): -1389580 or 16042986. OLE color: 16042986.

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

Color convert

RGB234203244-
CMYK0.040.1700.04
HSL285.37º65.08%87.65%-
HSV(B)285.37º16.8%95.69%-
XYZ71.6266.7494.69-
YUV216.94143.27140.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 203 (79.69% from 255) = 29.81%
BLUE value IS 244 (95.70% from 255) = 35.83%
R=34.36%
G=29.81%
B=35.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342032440.040.1700.04285.3765.0887.65
HexEACBF44110411d4158
Octal35231336442104435101130
Binary11101010110010111111010010010001010010001110110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBF4; }

 p { color: rgb(234,203,244); }

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

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

 a { background-color: rgb(234,203,244); }

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

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

 span { border-color: rgb(234,203,244); }

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