#EADBEF

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

Shades of Blue Chalk #EADBEF

Tints of Blue Chalk #EADBEF

Color information

#EADBEF (or 0xEADBEF) is unknown color: approx Blue Chalk. HEX triplet: EA, DB and EF. RGB value is (234,219,239). Sum of RGB (Red+Green+Blue) = 234+219+239=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #EADBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBEF is #152410. Grayscale: #E1E1E1. Windows color (decimal): -1385489 or 15719402. OLE color: 15719402.

HSL color Cylindrical-coordinate representation of color #EADBEF: hue angle of 285º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EADBEF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234219239-
CMYK0.020.0800.06
HSL285º38.46%89.8%-
HSV(B)285º8.37%93.73%-
XYZ74.8474.3992.07-
YUV225.76135.47133.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 219 (85.94% from 255) = 31.65%
BLUE value IS 239 (93.75% from 255) = 34.54%
R=33.82%
G=31.65%
B=34.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342192390.020.0800.0628538.4689.8
HexEADBEF280611d265a
Octal3523333572100643546132
Binary11101010110110111110111110100001101000111011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBEF; }

 p { color: rgb(234,219,239); }

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

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

 a { background-color: rgb(234,219,239); }

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

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

 span { border-color: rgb(234,219,239); }

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