#EEDAFC

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

Shades of Blue Chalk #EEDAFC

Tints of Blue Chalk #EEDAFC

Color information

#EEDAFC (or 0xEEDAFC) is unknown color: approx Blue Chalk. HEX triplet: EE, DA and FC. RGB value is (238,218,252). Sum of RGB (Red+Green+Blue) = 238+218+252=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAFC is #112503. Grayscale: #E3E3E3. Windows color (decimal): -1123588 or 16571118. OLE color: 16571118.

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

Color convert

RGB238218252-
CMYK0.060.1300.01
HSL275.29º85%92.16%-
HSV(B)275.29º13.49%98.82%-
XYZ77.975.35102.53-
YUV227.86141.63135.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.62%
GREEN value IS 218 (85.55% from 255) = 30.79%
BLUE value IS 252 (98.83% from 255) = 35.59%
R=33.62%
G=30.79%
B=35.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382182520.060.1300.01275.298592.16
HexEEDAFC6D01113555c
Octal35633237461501423125134
Binary11101110110110101111110011011010110001001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAFC; }

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

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

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

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

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

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

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

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