#EADAF0

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

Shades of Blue Chalk #EADAF0

Tints of Blue Chalk #EADAF0

Color information

#EADAF0 (or 0xEADAF0) is unknown color: approx Blue Chalk. HEX triplet: EA, DA and F0. RGB value is (234,218,240). Sum of RGB (Red+Green+Blue) = 234+218+240=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 240 - color contains mainly: blue. Hex color #EADAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAF0 is #15250F. Grayscale: #E1E1E1. Windows color (decimal): -1385744 or 15784682. OLE color: 15784682.

HSL color Cylindrical-coordinate representation of color #EADAF0: hue angle of 283.64º degrees, saturation: 0.42, 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 #EADAF0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234218240-
CMYK0.020.0900.06
HSL283.64º42.31%89.8%-
HSV(B)283.64º9.17%94.12%-
XYZ74.7373.9392.77-
YUV225.29136.3134.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 218 (85.55% from 255) = 31.50%
BLUE value IS 240 (94.14% from 255) = 34.68%
R=33.82%
G=31.50%
B=34.68%

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
Decimal2342182400.020.0900.06283.6442.3189.8
HexEADAF0290611c2a5a
Octal3523323602110643452132
Binary11101010110110101111000010100101101000111001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAF0; }

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

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

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

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

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

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

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

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