#EADAF2

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

Shades of Blue Chalk #EADAF2

Tints of Blue Chalk #EADAF2

Color information

#EADAF2 (or 0xEADAF2) is unknown color: approx Blue Chalk. HEX triplet: EA, DA and F2. RGB value is (234,218,242). Sum of RGB (Red+Green+Blue) = 234+218+242=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 242 - color contains mainly: blue. Hex color #EADAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAF2 is #15250D. Grayscale: #E1E1E1. Windows color (decimal): -1385742 or 15915754. OLE color: 15915754.

HSL color Cylindrical-coordinate representation of color #EADAF2: hue angle of 280º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EADAF2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234218242-
CMYK0.030.1000.05
HSL280º48%90.2%-
HSV(B)280º9.92%94.9%-
XYZ75.0374.0594.34-
YUV225.52137.3134.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.72%
GREEN value IS 218 (85.55% from 255) = 31.41%
BLUE value IS 242 (94.92% from 255) = 34.87%
R=33.72%
G=31.41%
B=34.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342182420.030.1000.052804890.2
HexEADAF23A05118305a
Octal3523323623120543060132
Binary11101010110110101111001011101001011000110001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAF2; }

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

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

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

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

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

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

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

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