#ECD1FC

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

Shades of Blue Chalk #ECD1FC

Tints of Blue Chalk #ECD1FC

Color information

#ECD1FC (or 0xECD1FC) is unknown color: approx Blue Chalk. HEX triplet: EC, D1 and FC. RGB value is (236,209,252). Sum of RGB (Red+Green+Blue) = 236+209+252=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 209 (82.03% from 255 or 29.99% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECD1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD1FC is #132E03. Grayscale: #DDDDDD. Windows color (decimal): -1256964 or 16568812. OLE color: 16568812.

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

Color convert

RGB236209252-
CMYK0.060.1700.01
HSL277.67º87.76%90.39%-
HSV(B)277.67º17.06%98.82%-
XYZ74.9670.46101.75-
YUV221.98144.95138-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 209 (82.03% from 255) = 29.99%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=33.86%
G=29.99%
B=36.15%

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
Decimal2362092520.060.1700.01277.6787.7690.39
HexECD1FC61101116585a
Octal35432137462101426130132
Binary111011001101000111111100110100010110001011010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1FC; }

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

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

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

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

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

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

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

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