#EEDAFD

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

Shades of Blue Chalk #EEDAFD

Tints of Blue Chalk #EEDAFD

Color information

#EEDAFD (or 0xEEDAFD) is unknown color: approx Blue Chalk. HEX triplet: EE, DA and FD. RGB value is (238,218,253). Sum of RGB (Red+Green+Blue) = 238+218+253=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEDAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAFD is #112502. Grayscale: #E3E3E3. Windows color (decimal): -1123587 or 16636654. OLE color: 16636654.

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

Color convert

RGB238218253-
CMYK0.060.1400.01
HSL274.29º89.74%92.35%-
HSV(B)274.29º13.83%99.22%-
XYZ78.0675.41103.37-
YUV227.97142.13135.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.57%
GREEN value IS 218 (85.55% from 255) = 30.75%
BLUE value IS 253 (99.22% from 255) = 35.68%
R=33.57%
G=30.75%
B=35.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382182530.060.1400.01274.2989.7492.35
HexEEDAFD6E011125a5c
Octal35633237561601422132134
Binary11101110110110101111110111011100110001001010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAFD; }

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

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

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

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

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

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

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

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