#EAD6F9

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

Shades of Blue Chalk #EAD6F9

Tints of Blue Chalk #EAD6F9

Color information

#EAD6F9 (or 0xEAD6F9) is unknown color: approx Blue Chalk. HEX triplet: EA, D6 and F9. RGB value is (234,214,249). Sum of RGB (Red+Green+Blue) = 234+214+249=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 214 (83.98% from 255 or 30.70% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAD6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6F9 is #152906. Grayscale: #DFDFDF. Windows color (decimal): -1386759 or 16373482. OLE color: 16373482.

HSL color Cylindrical-coordinate representation of color #EAD6F9: hue angle of 274.29º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAD6F9 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234214249-
CMYK0.060.1400.02
HSL274.29º74.47%90.78%-
HSV(B)274.29º14.06%97.65%-
XYZ75.0872.4399.64-
YUV223.97142.13135.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 214 (83.98% from 255) = 30.70%
BLUE value IS 249 (97.66% from 255) = 35.72%
R=33.57%
G=30.70%
B=35.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342142490.060.1400.02274.2974.4790.78
HexEAD6F96E021124a5b
Octal35232637161602422112133
Binary111010101101011011111001110111001010001001010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6F9; }

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

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

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

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

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

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

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

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