#EAD7F3

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

Shades of Blue Chalk #EAD7F3

Tints of Blue Chalk #EAD7F3

Color information

#EAD7F3 (or 0xEAD7F3) is unknown color: approx Blue Chalk. HEX triplet: EA, D7 and F3. RGB value is (234,215,243). Sum of RGB (Red+Green+Blue) = 234+215+243=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 215 (84.38% from 255 or 31.07% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAD7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD7F3 is #15280C. Grayscale: #DFDFDF. Windows color (decimal): -1386509 or 15980522. OLE color: 15980522.

HSL color Cylindrical-coordinate representation of color #EAD7F3: hue angle of 280.71º degrees, saturation: 0.54, 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 #EAD7F3 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234215243-
CMYK0.040.1200.05
HSL280.71º53.85%89.8%-
HSV(B)280.71º11.52%95.29%-
XYZ74.4172.5694.88-
YUV223.87138.79135.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 215 (84.38% from 255) = 31.07%
BLUE value IS 243 (95.31% from 255) = 35.12%
R=33.82%
G=31.07%
B=35.12%

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
Decimal2342152430.040.1200.05280.7153.8589.8
HexEAD7F34C05119365a
Octal3523273634140543166132
Binary111010101101011111110011100110001011000110011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7F3; }

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

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

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

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

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

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

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

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