#EAD5F1

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

Shades of Blue Chalk #EAD5F1

Tints of Blue Chalk #EAD5F1

Color information

#EAD5F1 (or 0xEAD5F1) is unknown color: approx Blue Chalk. HEX triplet: EA, D5 and F1. RGB value is (234,213,241). Sum of RGB (Red+Green+Blue) = 234+213+241=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAD5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD5F1 is #152A0E. Grayscale: #DEDEDE. Windows color (decimal): -1387023 or 15848938. OLE color: 15848938.

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

Color convert

RGB234213241-
CMYK0.030.1200.05
HSL285º50%89.02%-
HSV(B)285º11.62%94.51%-
XYZ73.671.4393.13-
YUV222.47138.46136.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 213 (83.59% from 255) = 30.96%
BLUE value IS 241 (94.53% from 255) = 35.03%
R=34.01%
G=30.96%
B=35.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342132410.030.1200.052855089.02
HexEAD5F13C0511d3259
Octal3523253613140543562131
Binary11101010110101011111000111110001011000111011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5F1; }

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

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

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

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

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

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

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

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