#EADAF6

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

Shades of Blue Chalk #EADAF6

Tints of Blue Chalk #EADAF6

Color information

#EADAF6 (or 0xEADAF6) is unknown color: approx Blue Chalk. HEX triplet: EA, DA and F6. RGB value is (234,218,246). Sum of RGB (Red+Green+Blue) = 234+218+246=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 246 - color contains mainly: blue. Hex color #EADAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAF6 is #152509. Grayscale: #E1E1E1. Windows color (decimal): -1385738 or 16177898. OLE color: 16177898.

HSL color Cylindrical-coordinate representation of color #EADAF6: hue angle of 274.29º degrees, saturation: 0.61, 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 #EADAF6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234218246-
CMYK0.050.1100.04
HSL274.29º60.87%90.98%-
HSV(B)274.29º11.38%96.47%-
XYZ75.6474.2997.54-
YUV225.98139.3133.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 246 (96.48% from 255) = 35.24%
R=33.52%
G=31.23%
B=35.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342182460.050.1100.04274.2960.8790.98
HexEADAF65B041123d5b
Octal3523323665130442275133
Binary111010101101101011110110101101101001000100101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAF6; }

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

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

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

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

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

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

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

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