#EADAF9

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

Shades of Blue Chalk #EADAF9

Tints of Blue Chalk #EADAF9

Color information

#EADAF9 (or 0xEADAF9) is unknown color: approx Blue Chalk. HEX triplet: EA, DA and F9. RGB value is (234,218,249). Sum of RGB (Red+Green+Blue) = 234+218+249=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #EADAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAF9 is #152506. Grayscale: #E2E2E2. Windows color (decimal): -1385735 or 16374506. OLE color: 16374506.

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

Color convert

RGB234218249-
CMYK0.060.1200.02
HSL270.97º72.09%91.57%-
HSV(B)270.97º12.45%97.65%-
XYZ76.174.4799.99-
YUV226.32140.8133.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.38%
GREEN value IS 218 (85.55% from 255) = 31.10%
BLUE value IS 249 (97.66% from 255) = 35.52%
R=33.38%
G=31.10%
B=35.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342182490.060.1200.02270.9772.0991.57
HexEADAF96C0210f485c
Octal35233237161402417110134
Binary111010101101101011111001110110001010000111110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAF9; }

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

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

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

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

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

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

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

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