#EAD5FA

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

Shades of Blue Chalk #EAD5FA

Tints of Blue Chalk #EAD5FA

Color information

#EAD5FA (or 0xEAD5FA) is unknown color: approx Blue Chalk. HEX triplet: EA, D5 and FA. RGB value is (234,213,250). Sum of RGB (Red+Green+Blue) = 234+213+250=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 213 (83.59% from 255 or 30.56% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAD5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD5FA is #152A05. Grayscale: #DFDFDF. Windows color (decimal): -1387014 or 16438762. OLE color: 16438762.

HSL color Cylindrical-coordinate representation of color #EAD5FA: hue angle of 274.05º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAD5FA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234213250-
CMYK0.060.1500.02
HSL274.05º78.72%90.78%-
HSV(B)274.05º14.8%98.04%-
XYZ74.9871.98100.38-
YUV223.5142.96135.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 213 (83.59% from 255) = 30.56%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=33.57%
G=30.56%
B=35.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342132500.060.1500.02274.0578.7290.78
HexEAD5FA6F021124f5b
Octal35232537261702422117133
Binary111010101101010111111010110111101010001001010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5FA; }

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

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

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

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

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

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

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

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