#EAD6F4

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

Shades of Blue Chalk #EAD6F4

Tints of Blue Chalk #EAD6F4

Color information

#EAD6F4 (or 0xEAD6F4) is unknown color: approx Blue Chalk. HEX triplet: EA, D6 and F4. RGB value is (234,214,244). Sum of RGB (Red+Green+Blue) = 234+214+244=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAD6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6F4 is #15290B. Grayscale: #DFDFDF. Windows color (decimal): -1386764 or 16045802. OLE color: 16045802.

HSL color Cylindrical-coordinate representation of color #EAD6F4: hue angle of 280º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAD6F4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234214244-
CMYK0.040.1200.04
HSL280º57.69%89.8%-
HSV(B)280º12.3%95.69%-
XYZ74.3172.1295.59-
YUV223.4139.63135.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 214 (83.98% from 255) = 30.92%
BLUE value IS 244 (95.70% from 255) = 35.26%
R=33.82%
G=30.92%
B=35.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342142440.040.1200.0428057.6989.8
HexEAD6F44C041183a5a
Octal3523263644140443072132
Binary111010101101011011110100100110001001000110001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6F4; }

 p { color: rgb(234,214,244); }

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

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

 a { background-color: rgb(234,214,244); }

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

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

 span { border-color: rgb(234,214,244); }

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