#EAD1FC

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

Shades of Blue Chalk #EAD1FC

Tints of Blue Chalk #EAD1FC

Color information

#EAD1FC (or 0xEAD1FC) is unknown color: approx Blue Chalk. HEX triplet: EA, D1 and FC. RGB value is (234,209,252). Sum of RGB (Red+Green+Blue) = 234+209+252=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 209 (82.03% from 255 or 30.07% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAD1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD1FC is #152E03. Grayscale: #DDDDDD. Windows color (decimal): -1388036 or 16568810. OLE color: 16568810.

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

Color convert

RGB234209252-
CMYK0.070.1700.01
HSL274.88º87.76%90.39%-
HSV(B)274.88º17.06%98.82%-
XYZ74.370.12101.71-
YUV221.38145.28137-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 209 (82.03% from 255) = 30.07%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=33.67%
G=30.07%
B=36.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342092520.070.1700.01274.8887.7690.39
HexEAD1FC71101113585a
Octal35232137472101423130132
Binary111010101101000111111100111100010110001001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1FC; }

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

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

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

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

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

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

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

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