#EADAFA

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

Shades of Blue Chalk #EADAFA

Tints of Blue Chalk #EADAFA

Color information

#EADAFA (or 0xEADAFA) is unknown color: approx Blue Chalk. HEX triplet: EA, DA and FA. RGB value is (234,218,250). Sum of RGB (Red+Green+Blue) = 234+218+250=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #EADAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAFA is #152505. Grayscale: #E2E2E2. Windows color (decimal): -1385734 or 16440042. OLE color: 16440042.

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

Color convert

RGB234218250-
CMYK0.060.1300.02
HSL270º76.19%91.76%-
HSV(B)270º12.8%98.04%-
XYZ76.2674.54100.81-
YUV226.43141.3133.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 31.05%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=33.33%
G=31.05%
B=35.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342182500.060.1300.0227076.1991.76
HexEADAFA6D0210e4c5c
Octal35233237261502416114134
Binary111010101101101011111010110110101010000111010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAFA; }

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

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

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

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

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

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

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

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