#EADBF5

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

Shades of Blue Chalk #EADBF5

Tints of Blue Chalk #EADBF5

Color information

#EADBF5 (or 0xEADBF5) is unknown color: approx Blue Chalk. HEX triplet: EA, DB and F5. RGB value is (234,219,245). Sum of RGB (Red+Green+Blue) = 234+219+245=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 245 - color contains mainly: blue. Hex color #EADBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBF5 is #15240A. Grayscale: #E2E2E2. Windows color (decimal): -1385483 or 16112618. OLE color: 16112618.

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

Color convert

RGB234219245-
CMYK0.040.1100.04
HSL274.62º56.52%90.98%-
HSV(B)274.62º10.61%96.08%-
XYZ75.7474.7596.82-
YUV226.45138.47133.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 219 (85.94% from 255) = 31.38%
BLUE value IS 245 (96.09% from 255) = 35.10%
R=33.52%
G=31.38%
B=35.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342192450.040.1100.04274.6256.5290.98
HexEADBF54B04113395b
Octal3523333654130442371133
Binary111010101101101111110101100101101001000100111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBF5; }

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

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

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

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

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

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

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

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