#EED5FE

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

Shades of Blue Chalk #EED5FE

Tints of Blue Chalk #EED5FE

Color information

#EED5FE (or 0xEED5FE) is unknown color: approx Blue Chalk. HEX triplet: EE, D5 and FE. RGB value is (238,213,254). Sum of RGB (Red+Green+Blue) = 238+213+254=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 213 (83.59% from 255 or 30.21% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #EED5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5FE is #112A01. Grayscale: #E1E1E1. Windows color (decimal): -1124866 or 16700910. OLE color: 16700910.

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

Color convert

RGB238213254-
CMYK0.060.1600.00
HSL276.59º95.35%91.57%-
HSV(B)276.59º16.14%99.61%-
XYZ76.9472.92103.79-
YUV225.15144.28137.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 213 (83.59% from 255) = 30.21%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=33.76%
G=30.21%
B=36.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382132540.060.1600.00276.5995.3591.57
HexEED5FE610001155f5c
Octal35632537662000425137134
Binary111011101101010111111110110100000010001010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED5FE; }

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

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

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

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

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

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

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

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