#EED6FD

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

Shades of Blue Chalk #EED6FD

Tints of Blue Chalk #EED6FD

Color information

#EED6FD (or 0xEED6FD) is unknown color: approx Blue Chalk. HEX triplet: EE, D6 and FD. RGB value is (238,214,253). Sum of RGB (Red+Green+Blue) = 238+214+253=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 214 (83.98% from 255 or 30.35% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #EED6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6FD is #112902. Grayscale: #E1E1E1. Windows color (decimal): -1124611 or 16635630. OLE color: 16635630.

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

Color convert

RGB238214253-
CMYK0.060.1500.01
HSL276.92º90.7%91.57%-
HSV(B)276.92º15.42%99.22%-
XYZ77.0473.36103.03-
YUV225.62143.45136.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 214 (83.98% from 255) = 30.35%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=33.76%
G=30.35%
B=35.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382142530.060.1500.01276.9290.791.57
HexEED6FD6F011155b5c
Octal35632637561701425133134
Binary11101110110101101111110111011110110001010110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6FD; }

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

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

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

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

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

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

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

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