#EAD3EF

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

Shades of Blue Chalk #EAD3EF

Tints of Blue Chalk #EAD3EF

Color information

#EAD3EF (or 0xEAD3EF) is unknown color: approx Blue Chalk. HEX triplet: EA, D3 and EF. RGB value is (234,211,239). Sum of RGB (Red+Green+Blue) = 234+211+239=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAD3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD3EF is #152C10. Grayscale: #DCDCDC. Windows color (decimal): -1387537 or 15717354. OLE color: 15717354.

HSL color Cylindrical-coordinate representation of color #EAD3EF: hue angle of 289.29º degrees, saturation: 0.47, 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 #EAD3EF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234211239-
CMYK0.020.1200.06
HSL289.29º46.67%88.24%-
HSV(B)289.29º11.72%93.73%-
XYZ72.8170.3191.4-
YUV221.07138.12137.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 211 (82.81% from 255) = 30.85%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=34.21%
G=30.85%
B=34.94%

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
Decimal2342112390.020.1200.06289.2946.6788.24
HexEAD3EF2C061212f58
Octal3523233572140644157130
Binary11101010110100111110111110110001101001000011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3EF; }

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

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

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

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

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

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

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

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