#EAD6F0

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

Shades of Blue Chalk #EAD6F0

Tints of Blue Chalk #EAD6F0

Color information

#EAD6F0 (or 0xEAD6F0) is unknown color: approx Blue Chalk. HEX triplet: EA, D6 and F0. RGB value is (234,214,240). Sum of RGB (Red+Green+Blue) = 234+214+240=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAD6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6F0 is #15290F. Grayscale: #DEDEDE. Windows color (decimal): -1386768 or 15783658. OLE color: 15783658.

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

Color convert

RGB234214240-
CMYK0.020.1100.06
HSL286.15º46.43%89.02%-
HSV(B)286.15º10.83%94.12%-
XYZ73.7171.8892.43-
YUV222.94137.63135.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 214 (83.98% from 255) = 31.10%
BLUE value IS 240 (94.14% from 255) = 34.88%
R=34.01%
G=31.10%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342142400.020.1100.06286.1546.4389.02
HexEAD6F02B0611e2e59
Octal3523263602130643656131
Binary11101010110101101111000010101101101000111101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6F0; }

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

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

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

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

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

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

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

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