#EAD6F3

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

Shades of Blue Chalk #EAD6F3

Tints of Blue Chalk #EAD6F3

Color information

#EAD6F3 (or 0xEAD6F3) is unknown color: approx Blue Chalk. HEX triplet: EA, D6 and F3. RGB value is (234,214,243). Sum of RGB (Red+Green+Blue) = 234+214+243=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAD6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6F3 is #15290C. Grayscale: #DFDFDF. Windows color (decimal): -1386765 or 15980266. OLE color: 15980266.

HSL color Cylindrical-coordinate representation of color #EAD6F3: hue angle of 281.38º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAD6F3 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234214243-
CMYK0.040.1200.05
HSL281.38º54.72%89.61%-
HSV(B)281.38º11.93%95.29%-
XYZ74.1672.0694.79-
YUV223.29139.13135.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 214 (83.98% from 255) = 30.97%
BLUE value IS 243 (95.31% from 255) = 35.17%
R=33.86%
G=30.97%
B=35.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342142430.040.1200.05281.3854.7289.61
HexEAD6F34C05119375a
Octal3523263634140543167132
Binary111010101101011011110011100110001011000110011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6F3; }

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

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

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

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

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

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

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

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