#EAD6F7

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

Shades of Blue Chalk #EAD6F7

Tints of Blue Chalk #EAD6F7

Color information

#EAD6F7 (or 0xEAD6F7) is unknown color: approx Blue Chalk. HEX triplet: EA, D6 and F7. RGB value is (234,214,247). Sum of RGB (Red+Green+Blue) = 234+214+247=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 214 (83.98% from 255 or 30.79% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAD6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6F7 is #152908. Grayscale: #DFDFDF. Windows color (decimal): -1386761 or 16242410. OLE color: 16242410.

HSL color Cylindrical-coordinate representation of color #EAD6F7: hue angle of 276.36º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAD6F7 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234214247-
CMYK0.050.1300.03
HSL276.36º67.35%90.39%-
HSV(B)276.36º13.36%96.86%-
XYZ74.7772.398.01-
YUV223.74141.13135.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 214 (83.98% from 255) = 30.79%
BLUE value IS 247 (96.88% from 255) = 35.54%
R=33.67%
G=30.79%
B=35.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342142470.050.1300.03276.3667.3590.39
HexEAD6F75D03114435a
Octal35232636751503424103132
Binary111010101101011011110111101110101110001010010000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6F7; }

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

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

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

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

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

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

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

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