#EAD8FE

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

Shades of Blue Chalk #EAD8FE

Tints of Blue Chalk #EAD8FE

Color information

#EAD8FE (or 0xEAD8FE) is unknown color: approx Blue Chalk. HEX triplet: EA, D8 and FE. RGB value is (234,216,254). Sum of RGB (Red+Green+Blue) = 234+216+254=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 216 (84.77% from 255 or 30.68% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAD8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD8FE is #152701. Grayscale: #E1E1E1. Windows color (decimal): -1386242 or 16701674. OLE color: 16701674.

HSL color Cylindrical-coordinate representation of color #EAD8FE: hue angle of 268.42º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAD8FE is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234216254-
CMYK0.080.1500.00
HSL268.42º95%92.16%-
HSV(B)268.42º14.96%99.61%-
XYZ76.3873.76103.98-
YUV225.71143.96133.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.24%
GREEN value IS 216 (84.77% from 255) = 30.68%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=33.24%
G=30.68%
B=36.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342162540.080.1500.00268.429592.16
HexEAD8FE8F0010c5f5c
Octal352330376101700414137134
Binary111010101101100011111110100011110010000110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8FE; }

 p { color: rgb(234,216,254); }

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

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

 a { background-color: rgb(234,216,254); }

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

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

 span { border-color: rgb(234,216,254); }

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