#ECD3FE

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

Shades of Blue Chalk #ECD3FE

Tints of Blue Chalk #ECD3FE

Color information

#ECD3FE (or 0xECD3FE) is unknown color: approx Blue Chalk. HEX triplet: EC, D3 and FE. RGB value is (236,211,254). Sum of RGB (Red+Green+Blue) = 236+211+254=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 211 (82.81% from 255 or 30.10% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECD3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3FE is #132C01. Grayscale: #DFDFDF. Windows color (decimal): -1256450 or 16700396. OLE color: 16700396.

HSL color Cylindrical-coordinate representation of color #ECD3FE: hue angle of 274.88º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECD3FE is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236211254-
CMYK0.070.1700.00
HSL274.88º95.56%91.18%-
HSV(B)274.88º16.93%99.61%-
XYZ75.7871.58103.59-
YUV223.38145.28137-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.67%
GREEN value IS 211 (82.81% from 255) = 30.10%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=33.67%
G=30.10%
B=36.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362112540.070.1700.00274.8895.5691.18
HexECD3FE71100113605b
Octal35432337672100423140133
Binary111011001101001111111110111100010010001001111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3FE; }

 p { color: rgb(236,211,254); }

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

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

 a { background-color: rgb(236,211,254); }

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

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

 span { border-color: rgb(236,211,254); }

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