#EAD8F5

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

Shades of Blue Chalk #EAD8F5

Tints of Blue Chalk #EAD8F5

Color information

#EAD8F5 (or 0xEAD8F5) is unknown color: approx Blue Chalk. HEX triplet: EA, D8 and F5. RGB value is (234,216,245). Sum of RGB (Red+Green+Blue) = 234+216+245=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 245 (96.09% from 255 or 35.25% from 695); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAD8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD8F5 is #15270A. Grayscale: #E0E0E0. Windows color (decimal): -1386251 or 16111850. OLE color: 16111850.

HSL color Cylindrical-coordinate representation of color #EAD8F5: hue angle of 277.24º degrees, saturation: 0.59, 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 #EAD8F5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234216245-
CMYK0.040.1200.04
HSL277.24º59.18%90.39%-
HSV(B)277.24º11.84%96.08%-
XYZ74.9773.296.56-
YUV224.69139.46134.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 216 (84.77% from 255) = 31.08%
BLUE value IS 245 (96.09% from 255) = 35.25%
R=33.67%
G=31.08%
B=35.25%

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
Decimal2342162450.040.1200.04277.2459.1890.39
HexEAD8F54C041153b5a
Octal3523303654140442573132
Binary111010101101100011110101100110001001000101011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8F5; }

 p { color: rgb(234,216,245); }

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

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

 a { background-color: rgb(234,216,245); }

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

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

 span { border-color: rgb(234,216,245); }

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