#EACBF8

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

Shades of Blue Chalk #EACBF8

Tints of Blue Chalk #EACBF8

Color information

#EACBF8 (or 0xEACBF8) is unknown color: approx Blue Chalk. HEX triplet: EA, CB and F8. RGB value is (234,203,248). Sum of RGB (Red+Green+Blue) = 234+203+248=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #EACBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBF8 is #153407. Grayscale: #D9D9D9. Windows color (decimal): -1389576 or 16305130. OLE color: 16305130.

HSL color Cylindrical-coordinate representation of color #EACBF8: hue angle of 281.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EACBF8 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234203248-
CMYK0.060.1800.03
HSL281.33º76.27%88.43%-
HSV(B)281.33º18.15%97.25%-
XYZ72.2366.9897.93-
YUV217.4145.27139.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 203 (79.69% from 255) = 29.64%
BLUE value IS 248 (97.27% from 255) = 36.20%
R=34.16%
G=29.64%
B=36.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342032480.060.1800.03281.3376.2788.43
HexEACBF8612031194c58
Octal35231337062203431114130
Binary1110101011001011111110001101001001110001100110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBF8; }

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

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

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

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

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

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

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

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