#EEDAF9

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

Shades of Blue Chalk #EEDAF9

Tints of Blue Chalk #EEDAF9

Color information

#EEDAF9 (or 0xEEDAF9) is unknown color: approx Blue Chalk. HEX triplet: EE, DA and F9. RGB value is (238,218,249). Sum of RGB (Red+Green+Blue) = 238+218+249=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEDAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAF9 is #112506. Grayscale: #E3E3E3. Windows color (decimal): -1123591 or 16374510. OLE color: 16374510.

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

Color convert

RGB238218249-
CMYK0.040.1200.02
HSL278.71º72.09%91.57%-
HSV(B)278.71º12.45%97.65%-
XYZ77.4375.16100.05-
YUV227.51140.13135.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 218 (85.55% from 255) = 30.92%
BLUE value IS 249 (97.66% from 255) = 35.32%
R=33.76%
G=30.92%
B=35.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382182490.040.1200.02278.7172.0991.57
HexEEDAF94C02117485c
Octal35633237141402427110134
Binary111011101101101011111001100110001010001011110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAF9; }

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

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

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

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

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

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

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

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