#EED3FD

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

Shades of Blue Chalk #EED3FD

Tints of Blue Chalk #EED3FD

Color information

#EED3FD (or 0xEED3FD) is unknown color: approx Blue Chalk. HEX triplet: EE, D3 and FD. RGB value is (238,211,253). Sum of RGB (Red+Green+Blue) = 238+211+253=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 211 (82.81% from 255 or 30.06% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #EED3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED3FD is #112C02. Grayscale: #DFDFDF. Windows color (decimal): -1125379 or 16634862. OLE color: 16634862.

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

Color convert

RGB238211253-
CMYK0.060.1700.01
HSL278.57º91.3%90.98%-
HSV(B)278.57º16.6%99.22%-
XYZ76.2871.86102.78-
YUV223.86144.45138.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 211 (82.81% from 255) = 30.06%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=33.90%
G=30.06%
B=36.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382112530.060.1700.01278.5791.390.98
HexEED3FD611011175b5b
Octal35632337562101427133133
Binary111011101101001111111101110100010110001011110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED3FD; }

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

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

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

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

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

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

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

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