#EAD4EF

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

Shades of Blue Chalk #EAD4EF

Tints of Blue Chalk #EAD4EF

Color information

#EAD4EF (or 0xEAD4EF) is unknown color: approx Blue Chalk. HEX triplet: EA, D4 and EF. RGB value is (234,212,239). Sum of RGB (Red+Green+Blue) = 234+212+239=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAD4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD4EF is #152B10. Grayscale: #DDDDDD. Windows color (decimal): -1387281 or 15717610. OLE color: 15717610.

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

Color convert

RGB234212239-
CMYK0.020.1100.06
HSL288.89º45.76%88.43%-
HSV(B)288.89º11.3%93.73%-
XYZ73.0670.8191.48-
YUV221.66137.79136.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 212 (83.20% from 255) = 30.95%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=34.16%
G=30.95%
B=34.89%

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
Decimal2342122390.020.1100.06288.8945.7688.43
HexEAD4EF2B061212e58
Octal3523243572130644156130
Binary11101010110101001110111110101101101001000011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4EF; }

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

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

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

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

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

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

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

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