#EAD7F6

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

Shades of Blue Chalk #EAD7F6

Tints of Blue Chalk #EAD7F6

Color information

#EAD7F6 (or 0xEAD7F6) is unknown color: approx Blue Chalk. HEX triplet: EA, D7 and F6. RGB value is (234,215,246). Sum of RGB (Red+Green+Blue) = 234+215+246=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 215 (84.38% from 255 or 30.94% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAD7F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD7F6 is #152809. Grayscale: #E0E0E0. Windows color (decimal): -1386506 or 16177130. OLE color: 16177130.

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

Color convert

RGB234215246-
CMYK0.050.1300.04
HSL276.77º63.27%90.39%-
HSV(B)276.77º12.6%96.47%-
XYZ74.8772.7597.28-
YUV224.22140.29134.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 215 (84.38% from 255) = 30.94%
BLUE value IS 246 (96.48% from 255) = 35.40%
R=33.67%
G=30.94%
B=35.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342152460.050.1300.04276.7763.2790.39
HexEAD7F65D041153f5a
Octal3523273665150442577132
Binary111010101101011111110110101110101001000101011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7F6; }

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

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

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

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

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

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

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

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