#EED9FA

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

Shades of Blue Chalk #EED9FA

Tints of Blue Chalk #EED9FA

Color information

#EED9FA (or 0xEED9FA) is unknown color: approx Blue Chalk. HEX triplet: EE, D9 and FA. RGB value is (238,217,250). Sum of RGB (Red+Green+Blue) = 238+217+250=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 217 (85.16% from 255 or 30.78% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9FA is #112605. Grayscale: #E2E2E2. Windows color (decimal): -1123846 or 16439790. OLE color: 16439790.

HSL color Cylindrical-coordinate representation of color #EED9FA: hue angle of 278.18º degrees, saturation: 0.77, 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 #EED9FA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238217250-
CMYK0.050.1300.02
HSL278.18º76.74%91.57%-
HSV(B)278.18º13.2%98.04%-
XYZ77.3374.7100.79-
YUV227.04140.96135.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 217 (85.16% from 255) = 30.78%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=33.76%
G=30.78%
B=35.46%

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
Decimal2382172500.050.1300.02278.1876.7491.57
HexEED9FA5D021164d5c
Octal35633137251502426115134
Binary111011101101100111111010101110101010001011010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9FA; }

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

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

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

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

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

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

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

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