#EAD3F0

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

Shades of Blue Chalk #EAD3F0

Tints of Blue Chalk #EAD3F0

Color information

#EAD3F0 (or 0xEAD3F0) is unknown color: approx Blue Chalk. HEX triplet: EA, D3 and F0. RGB value is (234,211,240). Sum of RGB (Red+Green+Blue) = 234+211+240=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAD3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD3F0 is #152C0F. Grayscale: #DDDDDD. Windows color (decimal): -1387536 or 15782890. OLE color: 15782890.

HSL color Cylindrical-coordinate representation of color #EAD3F0: hue angle of 287.59º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAD3F0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234211240-
CMYK0.020.1200.06
HSL287.59º49.15%88.43%-
HSV(B)287.59º12.08%94.12%-
XYZ72.9570.3792.18-
YUV221.18138.62137.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 211 (82.81% from 255) = 30.80%
BLUE value IS 240 (94.14% from 255) = 35.04%
R=34.16%
G=30.80%
B=35.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342112400.020.1200.06287.5949.1588.43
HexEAD3F02C061203158
Octal3523233602140644061130
Binary11101010110100111111000010110001101001000001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3F0; }

 p { color: rgb(234,211,240); }

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

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

 a { background-color: rgb(234,211,240); }

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

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

 span { border-color: rgb(234,211,240); }

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