#EED5FC

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

Shades of Blue Chalk #EED5FC

Tints of Blue Chalk #EED5FC

Color information

#EED5FC (or 0xEED5FC) is unknown color: approx Blue Chalk. HEX triplet: EE, D5 and FC. RGB value is (238,213,252). Sum of RGB (Red+Green+Blue) = 238+213+252=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 213 (83.59% from 255 or 30.30% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #EED5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5FC is #112A03. Grayscale: #E0E0E0. Windows color (decimal): -1124868 or 16569838. OLE color: 16569838.

HSL color Cylindrical-coordinate representation of color #EED5FC: hue angle of 278.46º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED5FC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238213252-
CMYK0.060.1500.01
HSL278.46º86.67%91.18%-
HSV(B)278.46º15.48%98.82%-
XYZ76.6272.79102.11-
YUV224.92143.28137.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 213 (83.59% from 255) = 30.30%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=33.85%
G=30.30%
B=35.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382132520.060.1500.01278.4686.6791.18
HexEED5FC6F01116575b
Octal35632537461701426127133
Binary11101110110101011111110011011110110001011010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED5FC; }

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

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

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

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

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

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

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

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