#EAD3F2

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

Shades of Blue Chalk #EAD3F2

Tints of Blue Chalk #EAD3F2

Color information

#EAD3F2 (or 0xEAD3F2) is unknown color: approx Blue Chalk. HEX triplet: EA, D3 and F2. RGB value is (234,211,242). Sum of RGB (Red+Green+Blue) = 234+211+242=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAD3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD3F2 is #152C0D. Grayscale: #DDDDDD. Windows color (decimal): -1387534 or 15913962. OLE color: 15913962.

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

Color convert

RGB234211242-
CMYK0.030.1300.05
HSL284.52º54.39%88.82%-
HSV(B)284.52º12.81%94.9%-
XYZ73.2570.4993.75-
YUV221.41139.62136.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 211 (82.81% from 255) = 30.71%
BLUE value IS 242 (94.92% from 255) = 35.23%
R=34.06%
G=30.71%
B=35.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342112420.030.1300.05284.5254.3988.82
HexEAD3F23D0511d3659
Octal3523233623150543566131
Binary11101010110100111111001011110101011000111011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3F2; }

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

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

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

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

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

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

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

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