#EAD7F0

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

Shades of Blue Chalk #EAD7F0

Tints of Blue Chalk #EAD7F0

Color information

#EAD7F0 (or 0xEAD7F0) is unknown color: approx Blue Chalk. HEX triplet: EA, D7 and F0. RGB value is (234,215,240). Sum of RGB (Red+Green+Blue) = 234+215+240=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAD7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD7F0 is #15280F. Grayscale: #DFDFDF. Windows color (decimal): -1386512 or 15783914. OLE color: 15783914.

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

Color convert

RGB234215240-
CMYK0.020.1000.06
HSL285.6º45.45%89.22%-
HSV(B)285.6º10.42%94.12%-
XYZ73.9672.3892.51-
YUV223.53137.29135.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 215 (84.38% from 255) = 31.20%
BLUE value IS 240 (94.14% from 255) = 34.83%
R=33.96%
G=31.20%
B=34.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342152400.020.1000.06285.645.4589.22
HexEAD7F02A0611e2d59
Octal3523273602120643655131
Binary11101010110101111111000010101001101000111101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7F0; }

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

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

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

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

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

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

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

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