#EAD1F3

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

Shades of Blue Chalk #EAD1F3

Tints of Blue Chalk #EAD1F3

Color information

#EAD1F3 (or 0xEAD1F3) is unknown color: approx Blue Chalk. HEX triplet: EA, D1 and F3. RGB value is (234,209,243). Sum of RGB (Red+Green+Blue) = 234+209+243=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAD1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD1F3 is #152E0C. Grayscale: #DCDCDC. Windows color (decimal): -1388045 or 15978986. OLE color: 15978986.

HSL color Cylindrical-coordinate representation of color #EAD1F3: hue angle of 284.12º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAD1F3 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234209243-
CMYK0.040.1400.05
HSL284.12º58.62%88.63%-
HSV(B)284.12º13.99%95.29%-
XYZ72.9169.5694.38-
YUV220.35140.78137.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 209 (82.03% from 255) = 30.47%
BLUE value IS 243 (95.31% from 255) = 35.42%
R=34.11%
G=30.47%
B=35.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342092430.040.1400.05284.1258.6288.63
HexEAD1F34E0511c3b59
Octal3523213634160543473131
Binary111010101101000111110011100111001011000111001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1F3; }

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

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

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

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

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

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

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

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