#EED1FD

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

Shades of Blue Chalk #EED1FD

Tints of Blue Chalk #EED1FD

Color information

#EED1FD (or 0xEED1FD) is unknown color: approx Blue Chalk. HEX triplet: EE, D1 and FD. RGB value is (238,209,253). Sum of RGB (Red+Green+Blue) = 238+209+253=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 209 (82.03% from 255 or 29.86% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #EED1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1FD is #112E02. Grayscale: #DEDEDE. Windows color (decimal): -1125891 or 16634350. OLE color: 16634350.

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

Color convert

RGB238209253-
CMYK0.060.1700.01
HSL279.55º91.67%90.59%-
HSV(B)279.55º17.39%99.22%-
XYZ75.7970.87102.61-
YUV222.69145.11138.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 209 (82.03% from 255) = 29.86%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=34%
G=29.86%
B=36.14%

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
Decimal2382092530.060.1700.01279.5591.6790.59
HexEED1FD611011185c5b
Octal35632137562101430134133
Binary111011101101000111111101110100010110001100010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1FD; }

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

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

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

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

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

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

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

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