#EAD4FA

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

Shades of Blue Chalk #EAD4FA

Tints of Blue Chalk #EAD4FA

Color information

#EAD4FA (or 0xEAD4FA) is unknown color: approx Blue Chalk. HEX triplet: EA, D4 and FA. RGB value is (234,212,250). Sum of RGB (Red+Green+Blue) = 234+212+250=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 212 (83.20% from 255 or 30.46% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAD4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD4FA is #152B05. Grayscale: #DEDEDE. Windows color (decimal): -1387270 or 16438506. OLE color: 16438506.

HSL color Cylindrical-coordinate representation of color #EAD4FA: hue angle of 274.74º 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 #EAD4FA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234212250-
CMYK0.060.1500.02
HSL274.74º79.17%90.59%-
HSV(B)274.74º15.2%98.04%-
XYZ74.7371.48100.3-
YUV222.91143.29135.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.62%
GREEN value IS 212 (83.20% from 255) = 30.46%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=33.62%
G=30.46%
B=35.92%

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
Decimal2342122500.060.1500.02274.7479.1790.59
HexEAD4FA6F021134f5b
Octal35232437261702423117133
Binary111010101101010011111010110111101010001001110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4FA; }

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

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

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

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

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

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

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

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