#EAD0FA

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

Shades of Blue Chalk #EAD0FA

Tints of Blue Chalk #EAD0FA

Color information

#EAD0FA (or 0xEAD0FA) is unknown color: approx Blue Chalk. HEX triplet: EA, D0 and FA. RGB value is (234,208,250). Sum of RGB (Red+Green+Blue) = 234+208+250=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 208 (81.64% from 255 or 30.06% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAD0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD0FA is #152F05. Grayscale: #DCDCDC. Windows color (decimal): -1388294 or 16437482. OLE color: 16437482.

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

Color convert

RGB234208250-
CMYK0.060.1700.02
HSL277.14º80.77%89.8%-
HSV(B)277.14º16.8%98.04%-
XYZ73.7469.5199.97-
YUV220.56144.61137.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 208 (81.64% from 255) = 30.06%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=33.82%
G=30.06%
B=36.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342082500.060.1700.02277.1480.7789.8
HexEAD0FA61102115515a
Octal35232037262102425121132
Binary1110101011010000111110101101000101010001010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0FA; }

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

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

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

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

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

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

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

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