#EAD9FC

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

Shades of Blue Chalk #EAD9FC

Tints of Blue Chalk #EAD9FC

Color information

#EAD9FC (or 0xEAD9FC) is unknown color: approx Blue Chalk. HEX triplet: EA, D9 and FC. RGB value is (234,217,252). Sum of RGB (Red+Green+Blue) = 234+217+252=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 217 (85.16% from 255 or 30.87% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAD9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9FC is #152603. Grayscale: #E1E1E1. Windows color (decimal): -1385988 or 16570858. OLE color: 16570858.

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

Color convert

RGB234217252-
CMYK0.070.1400.01
HSL269.14º85.37%91.96%-
HSV(B)269.14º13.89%98.82%-
XYZ76.3274.15102.38-
YUV226.07142.63133.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.29%
GREEN value IS 217 (85.16% from 255) = 30.87%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=33.29%
G=30.87%
B=35.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342172520.070.1400.01269.1485.3791.96
HexEAD9FC7E0110d555c
Octal35233137471601415125134
Binary11101010110110011111110011111100110000110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9FC; }

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

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

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

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

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

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

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

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