#EAD6FD

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

Shades of Blue Chalk #EAD6FD

Tints of Blue Chalk #EAD6FD

Color information

#EAD6FD (or 0xEAD6FD) is unknown color: approx Blue Chalk. HEX triplet: EA, D6 and FD. RGB value is (234,214,253). Sum of RGB (Red+Green+Blue) = 234+214+253=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 214 (83.98% from 255 or 30.53% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAD6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6FD is #152902. Grayscale: #E0E0E0. Windows color (decimal): -1386755 or 16635626. OLE color: 16635626.

HSL color Cylindrical-coordinate representation of color #EAD6FD: hue angle of 270.77º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAD6FD is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234214253-
CMYK0.080.1500.01
HSL270.77º90.7%91.57%-
HSV(B)270.77º15.42%99.22%-
XYZ75.7172.68102.97-
YUV224.43144.13134.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.38%
GREEN value IS 214 (83.98% from 255) = 30.53%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=33.38%
G=30.53%
B=36.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342142530.080.1500.01270.7790.791.57
HexEAD6FD8F0110f5b5c
Octal352326375101701417133134
Binary111010101101011011111101100011110110000111110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6FD; }

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

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

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

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

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

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

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

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