#EACBF9

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

Shades of Blue Chalk #EACBF9

Tints of Blue Chalk #EACBF9

Color information

#EACBF9 (or 0xEACBF9) is unknown color: approx Blue Chalk. HEX triplet: EA, CB and F9. RGB value is (234,203,249). Sum of RGB (Red+Green+Blue) = 234+203+249=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #EACBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBF9 is #153406. Grayscale: #D9D9D9. Windows color (decimal): -1389575 or 16370666. OLE color: 16370666.

HSL color Cylindrical-coordinate representation of color #EACBF9: hue angle of 280.43º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EACBF9 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234203249-
CMYK0.060.1800.02
HSL280.43º79.31%88.63%-
HSV(B)280.43º18.47%97.65%-
XYZ72.3967.0498.75-
YUV217.51145.77139.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 203 (79.69% from 255) = 29.59%
BLUE value IS 249 (97.66% from 255) = 36.30%
R=34.11%
G=29.59%
B=36.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342032490.060.1800.02280.4379.3188.63
HexEACBF9612021184f59
Octal35231337162202430117131
Binary1110101011001011111110011101001001010001100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBF9; }

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

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

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

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

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

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

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

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