#EAD4F0

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

Shades of Blue Chalk #EAD4F0

Tints of Blue Chalk #EAD4F0

Color information

#EAD4F0 (or 0xEAD4F0) is unknown color: approx Blue Chalk. HEX triplet: EA, D4 and F0. RGB value is (234,212,240). Sum of RGB (Red+Green+Blue) = 234+212+240=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAD4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD4F0 is #152B0F. Grayscale: #DDDDDD. Windows color (decimal): -1387280 or 15783146. OLE color: 15783146.

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

Color convert

RGB234212240-
CMYK0.020.1200.06
HSL287.14º48.28%88.63%-
HSV(B)287.14º11.67%94.12%-
XYZ73.270.8792.26-
YUV221.77138.29136.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 212 (83.20% from 255) = 30.90%
BLUE value IS 240 (94.14% from 255) = 34.99%
R=34.11%
G=30.90%
B=34.99%

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
Decimal2342122400.020.1200.06287.1448.2888.63
HexEAD4F02C0611f3059
Octal3523243602140643760131
Binary11101010110101001111000010110001101000111111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4F0; }

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

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

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

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

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

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

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

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