#EAD7F1

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

Shades of Blue Chalk #EAD7F1

Tints of Blue Chalk #EAD7F1

Color information

#EAD7F1 (or 0xEAD7F1) is unknown color: approx Blue Chalk. HEX triplet: EA, D7 and F1. RGB value is (234,215,241). Sum of RGB (Red+Green+Blue) = 234+215+241=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAD7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD7F1 is #15280E. Grayscale: #DFDFDF. Windows color (decimal): -1386511 or 15849450. OLE color: 15849450.

HSL color Cylindrical-coordinate representation of color #EAD7F1: hue angle of 283.85º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD7F1 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234215241-
CMYK0.030.1100.05
HSL283.85º48.15%89.41%-
HSV(B)283.85º10.79%94.51%-
XYZ74.1172.4493.3-
YUV223.64137.79135.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 215 (84.38% from 255) = 31.16%
BLUE value IS 241 (94.53% from 255) = 34.93%
R=33.91%
G=31.16%
B=34.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342152410.030.1100.05283.8548.1589.41
HexEAD7F13B0511c3059
Octal3523273613130543460131
Binary11101010110101111111000111101101011000111001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7F1; }

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

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

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

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

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

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

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

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