#EED9FD

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

Shades of Blue Chalk #EED9FD

Tints of Blue Chalk #EED9FD

Color information

#EED9FD (or 0xEED9FD) is unknown color: approx Blue Chalk. HEX triplet: EE, D9 and FD. RGB value is (238,217,253). Sum of RGB (Red+Green+Blue) = 238+217+253=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #EED9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9FD is #112602. Grayscale: #E3E3E3. Windows color (decimal): -1123843 or 16636398. OLE color: 16636398.

HSL color Cylindrical-coordinate representation of color #EED9FD: hue angle of 275º 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 #EED9FD is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238217253-
CMYK0.060.1400.01
HSL275º90%92.16%-
HSV(B)275º14.23%99.22%-
XYZ77.874.89103.28-
YUV227.38142.46135.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.62%
GREEN value IS 217 (85.16% from 255) = 30.65%
BLUE value IS 253 (99.22% from 255) = 35.73%
R=33.62%
G=30.65%
B=35.73%

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
Decimal2382172530.060.1400.012759092.16
HexEED9FD6E011135a5c
Octal35633137561601423132134
Binary11101110110110011111110111011100110001001110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9FD; }

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

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

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

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

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

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

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

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