#ECD1FD

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

Shades of Blue Chalk #ECD1FD

Tints of Blue Chalk #ECD1FD

Color information

#ECD1FD (or 0xECD1FD) is unknown color: approx Blue Chalk. HEX triplet: EC, D1 and FD. RGB value is (236,209,253). Sum of RGB (Red+Green+Blue) = 236+209+253=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 209 (82.03% from 255 or 29.94% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD1FD is #132E02. Grayscale: #DDDDDD. Windows color (decimal): -1256963 or 16634348. OLE color: 16634348.

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

Color convert

RGB236209253-
CMYK0.070.1700.01
HSL276.82º91.67%90.59%-
HSV(B)276.82º17.39%99.22%-
XYZ75.1270.53102.58-
YUV222.09145.45137.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 209 (82.03% from 255) = 29.94%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=33.81%
G=29.94%
B=36.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362092530.070.1700.01276.8291.6790.59
HexECD1FD711011155c5b
Octal35432137572101425134133
Binary111011001101000111111101111100010110001010110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1FD; }

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

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

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

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

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

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

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

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