#EADBF0

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

Shades of Blue Chalk #EADBF0

Tints of Blue Chalk #EADBF0

Color information

#EADBF0 (or 0xEADBF0) is unknown color: approx Blue Chalk. HEX triplet: EA, DB and F0. RGB value is (234,219,240). Sum of RGB (Red+Green+Blue) = 234+219+240=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 240 - color contains mainly: blue. Hex color #EADBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBF0 is #15240F. Grayscale: #E1E1E1. Windows color (decimal): -1385488 or 15784938. OLE color: 15784938.

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

Color convert

RGB234219240-
CMYK0.020.0900.06
HSL282.86º41.18%90%-
HSV(B)282.86º8.75%94.12%-
XYZ74.9974.4592.86-
YUV225.88135.97133.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 219 (85.94% from 255) = 31.60%
BLUE value IS 240 (94.14% from 255) = 34.63%
R=33.77%
G=31.60%
B=34.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342192400.020.0900.06282.8641.1890
HexEADBF0290611b295a
Octal3523333602110643351132
Binary11101010110110111111000010100101101000110111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBF0; }

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

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

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

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

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

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

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

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