#EADAF7

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

Shades of Blue Chalk #EADAF7

Tints of Blue Chalk #EADAF7

Color information

#EADAF7 (or 0xEADAF7) is unknown color: approx Blue Chalk. HEX triplet: EA, DA and F7. RGB value is (234,218,247). Sum of RGB (Red+Green+Blue) = 234+218+247=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 247 - color contains mainly: blue. Hex color #EADAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAF7 is #152508. Grayscale: #E1E1E1. Windows color (decimal): -1385737 or 16243434. OLE color: 16243434.

HSL color Cylindrical-coordinate representation of color #EADAF7: hue angle of 273.1º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EADAF7 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234218247-
CMYK0.050.1200.03
HSL273.1º64.44%91.18%-
HSV(B)273.1º11.74%96.86%-
XYZ75.7974.3598.35-
YUV226.09139.8133.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.48%
GREEN value IS 218 (85.55% from 255) = 31.19%
BLUE value IS 247 (96.88% from 255) = 35.34%
R=33.48%
G=31.19%
B=35.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342182470.050.1200.03273.164.4491.18
HexEADAF75C03111405b
Octal35233236751403421100133
Binary111010101101101011110111101110001110001000110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAF7; }

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

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

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

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

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

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

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

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