#EEDAFA

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

Shades of Blue Chalk #EEDAFA

Tints of Blue Chalk #EEDAFA

Color information

#EEDAFA (or 0xEEDAFA) is unknown color: approx Blue Chalk. HEX triplet: EE, DA and FA. RGB value is (238,218,250). Sum of RGB (Red+Green+Blue) = 238+218+250=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEDAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAFA is #112505. Grayscale: #E3E3E3. Windows color (decimal): -1123590 or 16440046. OLE color: 16440046.

HSL color Cylindrical-coordinate representation of color #EEDAFA: hue angle of 277.5º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDAFA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238218250-
CMYK0.050.1300.02
HSL277.5º76.19%91.76%-
HSV(B)277.5º12.8%98.04%-
XYZ77.5975.22100.87-
YUV227.63140.63135.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.71%
GREEN value IS 218 (85.55% from 255) = 30.88%
BLUE value IS 250 (98.05% from 255) = 35.41%
R=33.71%
G=30.88%
B=35.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382182500.050.1300.02277.576.1991.76
HexEEDAFA5D021164c5c
Octal35633237251502426114134
Binary111011101101101011111010101110101010001011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAFA; }

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

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

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

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

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

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

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

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