#EADAFC

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

Shades of Blue Chalk #EADAFC

Tints of Blue Chalk #EADAFC

Color information

#EADAFC (or 0xEADAFC) is unknown color: approx Blue Chalk. HEX triplet: EA, DA and FC. RGB value is (234,218,252). Sum of RGB (Red+Green+Blue) = 234+218+252=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #EADAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAFC is #152503. Grayscale: #E2E2E2. Windows color (decimal): -1385732 or 16571114. OLE color: 16571114.

HSL color Cylindrical-coordinate representation of color #EADAFC: hue angle of 268.24º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EADAFC is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234218252-
CMYK0.070.1300.01
HSL268.24º85%92.16%-
HSV(B)268.24º13.49%98.82%-
XYZ76.5774.66102.47-
YUV226.66142.3133.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.24%
GREEN value IS 218 (85.55% from 255) = 30.97%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=33.24%
G=30.97%
B=35.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342182520.070.1300.01268.248592.16
HexEADAFC7D0110c555c
Octal35233237471501414125134
Binary11101010110110101111110011111010110000110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAFC; }

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

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

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

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

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

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

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

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