#EAD1FA

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

Shades of Blue Chalk #EAD1FA

Tints of Blue Chalk #EAD1FA

Color information

#EAD1FA (or 0xEAD1FA) is unknown color: approx Blue Chalk. HEX triplet: EA, D1 and FA. RGB value is (234,209,250). Sum of RGB (Red+Green+Blue) = 234+209+250=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 209 (82.03% from 255 or 30.16% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD1FA is #152E05. Grayscale: #DDDDDD. Windows color (decimal): -1388038 or 16437738. OLE color: 16437738.

HSL color Cylindrical-coordinate representation of color #EAD1FA: hue angle of 276.59º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAD1FA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234209250-
CMYK0.060.1600.02
HSL276.59º80.39%90%-
HSV(B)276.59º16.4%98.04%-
XYZ73.9970100.05-
YUV221.15144.28137.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 209 (82.03% from 255) = 30.16%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=33.77%
G=30.16%
B=36.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342092500.060.1600.02276.5980.3990
HexEAD1FA61002115505a
Octal35232137262002425120132
Binary1110101011010001111110101101000001010001010110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1FA; }

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

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

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

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

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

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

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

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