#EED8FE

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

Shades of Blue Chalk #EED8FE

Tints of Blue Chalk #EED8FE

Color information

#EED8FE (or 0xEED8FE) is unknown color: approx Blue Chalk. HEX triplet: EE, D8 and FE. RGB value is (238,216,254). Sum of RGB (Red+Green+Blue) = 238+216+254=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 216 (84.77% from 255 or 30.51% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #EED8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8FE is #112701. Grayscale: #E2E2E2. Windows color (decimal): -1124098 or 16701678. OLE color: 16701678.

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

Color convert

RGB238216254-
CMYK0.060.1500.00
HSL274.74º95%92.16%-
HSV(B)274.74º14.96%99.61%-
XYZ77.7174.44104.04-
YUV226.91143.29135.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.62%
GREEN value IS 216 (84.77% from 255) = 30.51%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=33.62%
G=30.51%
B=35.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382162540.060.1500.00274.749592.16
HexEED8FE6F001135f5c
Octal35633037661700423137134
Binary11101110110110001111111011011110010001001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8FE; }

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

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

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

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

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

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

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

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